Your AI agent
has amnesia.
mnemon-mcp gives it a structured, persistent memory — local‑first, zero‑cloud, one SQLite file.
Every session starts from zero.
Same context. Same mistakes. Every time.
What if it actually remembered?
Not all memories are equal
Different knowledge has different lifetimes. Mnemon organizes it into four typed layers.
Events & Sessions
What happened, when it happened. Decays over time — last week matters more than last year.
Facts & Knowledge
Stable truths about your world. People, preferences, decisions. Doesn't decay.
Rules & Workflows
How things should work. Loaded at the start of every session automatically.
Reference Material
Book notes, documentation, guides. Accessed on demand when needed.
Three commands. That's it.
One package
Four production dependencies. No Docker, no cloud, no API keys.
Add to your client
One command for OpenClaw. Four lines of JSON for everyone else.
It just works
Your agent now has persistent memory. The database is created automatically.
No configuration.
No accounts.
Built for developers who
value their data
Under the hood
How it compares
| Feature | mnemon-mcp | mem0 | basic-memory | Anthropic KG |
|---|---|---|---|---|
| Architecture | SQLite FTS5 | Cloud + Qdrant | Markdown + vector | JSON file |
| Memory structure | 4 typed layers | Flat | Flat | Graph |
| Fact versioning | ✓ Superseding chains | ~ Partial | ✗ | ✗ |
| Stemming | EN + RU | EN only | EN only | None |
| OpenClaw support | ✓ Native MCP | ✗ | ✗ | ✗ |
| Cloud required | No | Yes | Optional | No |
| Cost | Free forever | $19–249/mo | Free + SaaS | Free |
| Setup | npm install | Docker + API keys | pip + deps | Built-in |
Works natively with OpenClaw
OpenClaw has native MCP support. One command gives your OpenClaw agents persistent, structured memory across all sessions.
Who it's for
The Solo Developer
You have coding conventions, project history, and decisions scattered across sessions. Mnemon remembers them all. Your agent starts every session knowing your stack, your preferences, and what you did yesterday.
The Knowledge Worker
You keep a personal knowledge base — journal, book notes, people, projects. Mnemon imports it all and makes it searchable by your AI agent. Ask "what did I decide about X?" and get an answer.
The Team Lead
Onboarding context, architectural decisions, coding standards. Store them as procedural memories and every team member's agent starts with the same foundation.