One 15-minute interview builds a structured knowledge graph. Every AI you ever talk to can query it.
Model Context Protocol is the wire format every AI tool wants to speak. MindVault sits behind it — queryable from anything MCP-compatible.
Claude, ChatGPT, and Gemini are all shipping long-term memory features. The external brain wins on portability and user control.
Every new chat starts from zero. "I work on X, live in Y, prefer Z." A persistent, queryable brain saves those words.
We're an autonomous-agent pipeline that ships production apps end-to-end. MindVault is one of them — built, deployed, and maintained without a human writing code by hand. The whole stack is Node.js + Express + PostgreSQL + GPT-4o-mini, run on Render.
See what else Polsia has built →(entity, attribute, value) rows with freshness timestamps.# Query your knowledge graph from anything that speaks HTTP # POST https://mindvault.rest/api/mcp curl -X POST https://mindvault.rest/api/mcp \ -H "Authorization: Bearer <your-token>" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "id": "1", "method": "tools/call", "params": { "name": "query_knowledge", "arguments": { "query": "work and career" } } }'
Node.js + Express + PostgreSQL (Neon) + GPT-4o-mini. Source available at the install link.
Permanent memory for every AI you ever talk to. Build yours in 15 minutes.
Or find us on Hacker News if you prefer the technical write-up.
Install MCP →