
Mnemon Mcp
- 3 repo stars
- Updated July 17, 2026
- nikitacometa/mnemon-mcp
Gives AI agents persistent layered memory backed by local SQLite FTS5 with fact versioning and no cloud dependency, so a solo builder can let an agent remember facts across sessions.
About
Mnemon Mcp is an MCP server that gives AI agents persistent, layered memory backed by local SQLite FTS5 with fact versioning and no cloud dependency. A solo builder reaches for it so an agent can remember and retrieve facts across sessions, with optional embedding-based vector search.
- Persistent layered memory for agents
- SQLite FTS5 with fact versioning
- Zero-cloud, runs locally
- Optional embedding-based vector search
Mnemon Mcp by the numbers
- Data as of Jul 18, 2026 (Skillselion catalog sync)
claude mcp add --env MNEMON_DB_PATH=YOUR_MNEMON_DB_PATH --env MNEMON_EMBEDDING_PROVIDER=YOUR_MNEMON_EMBEDDING_PROVIDER --env MNEMON_EMBEDDING_API_KEY=YOUR_MNEMON_EMBEDDING_API_KEY mnemon-mcp -- npx -y mnemon-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Package | mnemon-mcp |
| Transport | STDIO |
| Auth | Required |
| Last updated | July 17, 2026 |
| Repository | nikitacometa/mnemon-mcp ↗ |
What it does
Gives AI agents persistent layered memory backed by local SQLite FTS5 with fact versioning and no cloud dependency, so a solo builder can let an agent remember facts across sessions.
Who is it for?
persistent local memory for agents
Skip if: shared multi-user cloud memory