Mnemo Cortex
JSON →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
pip install mcp-client-for-ollama Tools · 4
- 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
Environment variables
MNEMO_URLMNEMO_AGENT_IDMNEMO_SUMMARY_URL
Links
★ 116 GitHub stars