Marketplace entry for the mnemos biomimetic memory plugin.
npx claudepluginhub anthony-maio/mnemosBiomimetic long-term memory for Claude Code with surprisal gating, mutable reconsolidation, affective routing, and sleep consolidation.
Share bugs, ideas, or general feedback.
Local-first memory for coding agents that keeps project, workspace, and global context separate.
Mnemos plugs into Claude Code and other MCP hosts, rewrites stale facts instead of appending forever, and compacts raw agent history into durable memory.
Quick start · MCP setup · Codex · Website
Mnemos is a local-first memory layer for coding agents. The v1 target is straightforward:
This is not a hosted memory platform, team memory system, or remote sync product in v1.
Mnemos is now in broad public beta. The core engine and onboarding control plane are ready for real coding-agent usage, and the intended setup path is:
pip install "mnemos-memory[mcp]"mnemos uiIf you are coming from an env-var or hand-edited MCP config setup, use the UI's Import Existing Setup action first.
Manual env-var setup is still supported for advanced users, but it is no longer the primary onboarding path. This beta is meant for real users and real workflows, but it is still a beta: use it, stress it, and report where setup, retrieval quality, or host behavior breaks down.
pip install "mnemos-memory[mcp]"
mnemos ui
What the control plane gives you:
mnemos.toml.mnemos/mnemos.tomlInspectability entry points:
mnemos inspect <chunk-id> for raw JSON inspection from the CLImnemos inspect <chunk-id> --query "..." --current-scope project --scope-id <repo> to explain why a memory is relevant to a taskmnemos_inspect for MCP-native hostsFeedback review loop:
mnemos-cli feedback helpful|not_helpful|missed_memory --query "..." [--chunk-id <id>]mnemos-cli feedback-list --event-type missed_memory or mnemos-cli feedback-list --event-type not_helpfulmnemos-cli feedback-export --format jsonl --output feedback-events.jsonlFor advanced/manual setup, see docs/MCP_INTEGRATION.md.
Claude Code already has built-in memory. Mnemos is narrower and more explicit:
What curator is supposed to keep:
What curator should skip:
If you want "memory exists somewhere in the background," Claude's built-in path may be enough. If you want scoped, local, inspectable continuity across coding sessions, Mnemos is the point.
See the side-by-side writeup at docs/demos/claude-code-continuity.md.
Most agent memory tools either keep too much raw transcript or append contradictory facts forever. Mnemos uses a different design: