Memory Infrastructure
A database-backed context layer that every AI you use can read and
write.
Store once. Retrieve anywhere. Own your memory.
The Problem
ChatGPT doesn't know what you told Claude.
Claude doesn't know your project constraints.
Cursor doesn't know your decisions.
You waste time re-explaining context. Vendors benefit from memory lock-in. You lose compounding intelligence.
The Solution
Membrix sits between you and every AI system. It captures thoughts, decisions, constraints, and context — converts them into embeddings — and stores them in a standard PostgreSQL database.
How It Works
Send a thought from any connected interface. The processing layer generates embeddings and extracts structured metadata.
Raw text, vector embedding, and structured metadata are committed to your self-hosted PostgreSQL database.
Agents query via Model Context Protocol. Semantic search, recent logs, pattern analysis — one memory substrate, every AI.
Real Impact
Membrix is a compounding asset. Every captured thought strengthens future AI interactions. Here's what that looks like in practice.
Design → Development
The Scenario
Alex, a product designer, spends a week iterating on a new checkout flow with Claude. They establish specific constraints: "Error states must be inline, never modals, and always use the brand's neutral-600 color for text."
Without Membrix
When handover time arrives, the developer starts a new Cursor session. They ask the AI to build the checkout, but it generates default browser modals and wrong colors. The developer has to manually re-read Figma comments and re-prompt the AI.
With Membrix
Alex tells Claude, "Record these design constraints for the checkout flow." Later, the developer opens Cursor and types "Build the checkout component based on Alex's recent design rules." Cursor's MCP agent queries Membrix, retrieves the exact inline-error and color constraints, and generates perfect code on the first try.
Why Membrix
Database-backed. Protocol-compatible. No UI dependencies.
Docker Compose up. Schema applied. MCP online.
No SaaS. No vendor lock-in. Your server, your data.
Runs on minimal resources. Free-tier friendly.
Standard PostgreSQL. Export, migrate, or query directly.
Any authorized AI agent reads and writes. Claude, Cursor, ChatGPT.
For Developers
Composable architecture. No proprietary storage. That's it.
Vision
Between you and AI.