🦙 Live on Product Hunt

Stop re-explaining yourself to every new AI. MindVault is your permanent memory layer.

One 15-minute interview builds a structured knowledge graph. Every AI you ever talk to can query it.

Why now

MCP is becoming the standard.

Model Context Protocol is the wire format every AI tool wants to speak. MindVault sits behind it — queryable from anything MCP-compatible.

Memory is now a first-class AI concern.

Claude, ChatGPT, and Gemini are all shipping long-term memory features. The external brain wins on portability and user control.

You're tired of repeating yourself.

Every new chat starts from zero. "I work on X, live in Y, prefer Z." A persistent, queryable brain saves those words.

Built by

P

Polsia

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 →

What's actually here

The whole MCP surface in one curl

# 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 →