JSON-RPC 2.0 / MCP. No pendant, no wearable, $0 hardware. The input device is a chat box.
POST /api/mcp is the entire contract — one endpoint, no SDK gymnastics.(entity, attribute, value) rows with freshness timestamps — queryable via SQL.# 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 →