MindVault interviews you once and exports the result as an MCP server. Every AI you use thereafter knows who you are.

JSON-RPC 2.0 / MCP. No pendant, no wearable, $0 hardware. The input device is a chat box.

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.

Build the brain once. Query it from every AI you ever talk to.

Install MCP →