npm install -g mnesiq
mnesiq
This starts the MNESIQ server at http://localhost:4200. Open it in your browser. The setup wizard will detect your hardware and recommend a model, or you can add a cloud API key.
The relay makes your MNESIQ reachable from the internet so Claude.ai and other cloud LLMs can connect.
localhost:4200yourname.mcp.amnesiaiq.aiThe relay is zero-knowledge. It routes encrypted WireGuard traffic without seeing, storing, or logging your memory data.
https://api.amnesiaiq.ai/mcpOnce connected, Claude automatically:
query (required), domain, category, max_resultsdomain, max_tokenstopic, domainconversation_summary (required), domaintext (required)content (required), category, domain, confidence, clearancememories (required, array), domaincontent (required), domain, target_date, fulfillment_criteriaintent_id (required), status (required), evidencelist_name (required), action (required), content, item_iddomain, categoryEach connected LLM is assigned a clearance level. Higher clearance sees everything below it.
Compartments restrict topic access. A client assigned to "work" only sees memories from clients that share the "work" compartment. Use "all" for unrestricted access.
Memories inherit the clearance of the client that stored them. The LLM never knows its clearance level — all gating happens server-side. Configure access in the MNESIQ Gateway → Clients tab.
localhost:4200https://api.amnesiaiq.ai/health to verify the relay is upThe first memory operation may take a few seconds while the embedding model loads. Subsequent operations are fast. With Ollama running locally, embeddings are nearly instant.