Local autopilot knowledge base server for coding agents with embedded SQLite and automatic memory management.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Mnemos.
mnemos_storeStore a memory (full auto-pipeline runs transparently)
mnemos_searchHybrid FTS + semantic + file-overlap search
mnemos_contextAssemble budget-aware, MMR-diversified context
mnemos_getFetch by ID
mnemos_updateUpdate content, summary, or tags
mnemos_deleteSoft-delete (recoverable via maintain)
The autopilot knowledge base for your coding agent.
Install once. From then on, your agent builds itself a structured knowledge base of your project โ while you code. No prompts to remember, no remember() calls, no API to learn.
Single Go binary. Embedded SQLite. Zero cloud. No Docker. No Python. No Node runtime.
Every memory server stores text. Mnemos compiles a knowledge base.
While other servers expect you (or a carefully-tuned prompt) to decide when to store and when to retrieve, mnemos runs a full pipeline in the background:
The pipeline runs behind the MCP and hook interfaces. Agents use normal memory tools; they do not need to orchestrate deduplication, summarization, ranking, packing, or lifecycle maintenance themselves.
Layer 1 โ MCP transport. Standard MCP server, stdio, works with any MCP client.
Layer 2 โ Autopilot hooks. One command (mnemos setup claude) wires hooks + steering + MCP config. Session start auto-injects relevant context. Prompt submit auto-searches on topic change. Session end verifies coverage.
Layer 3 โ Auto-compiled knowledge base. Quality gate, 3-tier dedup, auto-summarization, file linking, MMR context assembly โ all automatic. You never trigger them. Includes passive background daemon that continuously detects staleness, contradiction, and missing relations across your memory base.
| Mem0 | Zep/Graphiti | engram | OMEGA | mnemos | |
|---|---|---|---|---|---|
| MCP-native | โ | โ | โ | โ | โ |
| Single binary, no runtime deps | โ | โ | โ | โ | โ |
| Zero cloud / local-first | partial | โ | โ | โ | โ |
| 1-command autopilot setup | โ | โ | โ | โ | โ |
| Auto-quality gate | โ | โ | โ | โ | โ |
| Auto-summarization | โ | โ | โ | โ | โ |
| Auto file-linking (git-aware) | โ | โ | โ | โ | โ |
| MMR context assembly | โ | โ | โ | โ | โ |
| Passive background daemon | โ | โ | โ | โ | โ |
| Temporal knowledge graph | โ | โ | โ | โ | partial (decay + supersede) |
| Self-host cost | $0-cloud | ~$50/mo (Neo4j) | $0 | $0 | $0 |
Mnemos isn't trying to be Zep โ different bet. Zep is the best answer if you need temporal reasoning over business facts and have enterprise infrastructure. Mnemos is the best answer if you're a coding agent user who wants an autopilot knowledge base that runs itself on your laptop.
Swap claude for cursor, kiro, gemini-cli, codex, or trae. Restart your client. Autopilot runs from here.
mnemos setup <client> writes:
CLAUDE.md, .cursorrules, .kiro/steering/mnemos.md) โ tells the agent what's worth storing.claude/hooks.json or equivalent) โ wires lifecycle events.mcp.json) โ registers mnemos serve as tool providerThree hooks run automatically:
Session start โ mnemos hook session-start
Assembles relevant memories within a token budget (MMR-diversified, file-boosted). Injects into context. Cold start < 200 ms.
Prompt submit โ mnemos hook prompt-submit
Detects topic + intent changes. Auto-searches knowledge base when the shift is meaningful. Respects cooldown to avoid noise.
Session end โ mnemos hook session-end
Verifies whether durable memory was captured. Optionally stores a minimal breadcrumb. Cleans up session state.
Steering tells the agent what is worth remembering. Hooks handle retrieval, dedup, summarization, linking โ so the agent doesn't waste tokens thinking about memory logistics.
After upgrading Mnemos, verify both the CLI and the live MCP server:
Then ask your agent to call mnemos_runtime. That reports the actual MCP server process handling tool calls, including version, host, pid, started_at, executable, data_dir, and project_id. If it still shows an old version, close the MCP client and reopen it. Use pkill -f "mnemos serve" only after closing active MCP clients, or when you intentionally accept reconnecting all active Mnemos transports.
You can validate the returned JSON with:
Daily mnemos check does not require MCP runtime JSON. Public-launch or upgrade verification should pass --mcp-runtime so stale MCP servers are caught before release.
Beyond hooks, mnemos runs a background daemon that continuously improves your knowledge base:
Mnemos exposes separate views for configuration, raw activity, knowledge quality, and end-to-end loop readiness:
mnemos check opens the database read-only. It does not run migrations,
start workers, or modify memories. mnemos check --fix is intentionally
narrow: it only archives older generated autopilot reports after producing a
verified cleanup plan.
| Operation | 350 memories | 1,500 memories |
|---|---|---|
store (new, with full pipeline) | 57 ms | 24 ms |
store (dedup hit) | 55 ms | 22 ms |
search hybrid (RRF + file boost) | 42 ms | 39 ms |
maintain (decay + GC) | 27 ms | 108 ms |
| hook session-start (cold) | < 200 ms | โ |
| binary size | ~12 MB | โ |
Hardware: M1 Pro, 16GB RAM, SQLite on SSD. Your latency may vary.
Most operations stay under 60 ms regardless of dataset size. Hook subcommands use InitLight mode โ no background workers, no session interrupt.
Value benchmark (token savings, precision, gotcha avoidance) is in progress. See DOGFOODING_RUNBOOK.md for methodology. Real numbers will replace this placeholder before public launch.
| Tool | What it does |
|---|---|
mnemos_store | Store a memory (full auto-pipeline runs transparently) |
mnemos_search | Hybrid FTS + semantic + file-overlap search |
mnemos_context | Assemble budget-aware, MMR-diversified context |
mnemos_get | Fetch by ID |
mnemos_update | Update content, summary, or tags |
mnemos_delete | Soft-delete (recoverable via maintain) |
mnemos_relate | Link two memories (supersedes, caused_by, depends_on) |
mnemos_maintain | Run decay, archival, GC, stale detection |
mnemos_runtime | Report live MCP server version, host, pid, executable, uptime, data dir, and project scope |
Most users never touch this. But if you want:
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/s60yucca-mnemos)<a href="https://allmcps.com/mcp/s60yucca-mnemos"><img src="https://allmcps.com/api/badge/s60yucca-mnemos?style=directory" alt="Mnemos on AllMCPs" /></a>