MCP Servers / other / Mnemo Cortex

Mnemo Cortex

JSON →
stdionone116other

Persistent cross-agent semantic memory for AI agents. Recall past sessions, share knowledge across agents. Multi-agent (isolated writes, shared reads), local-first (SQLite + FTS5), works with any LLM — local Ollama at $0 or cloud APIs like Gemini and OpenAI. Integrations for Claude Code, Claude Desktop, and OpenClaw.

Install
How to run this server
[ { "cmd": "pip install mcp-client-for-ollama", "imports": [] } ]
server path: mnemo-cortex
Tools
What this server exposes
mnemo_fact_save
Assert a structured fact (entity, attribute, value) with confidence tracking
mnemo_fact_get
Single lookup of a structured fact by entity and attribute
mnemo_fact_query
Filtered list query of structured facts
mnemo_fact_demote
Mark a structured fact as false without supplying a replacement
Configuration
Environment & auth
authnone
envMNEMO_URL
envMNEMO_AGENT_ID
envMNEMO_SUMMARY_URL
Resources
Mnemo Cortex — MCP Server · libregistry