Mnemos: Open-Sourced Local-First Memory Layer for Coding Agents

What Mnemos Solves
Mnemos addresses three specific problems the creator observed in agent memory systems: repo-specific facts bleeding into unrelated work, old facts persisting alongside new facts indefinitely, and transcript storage growing without clean compaction.
Current Beta Features
- Local-first architecture
- SQLite starter profile
- MCP support for Claude Code, Claude Desktop, and generic stdio hosts
- Documented Codex setup through MCP +
AGENTS.md
Biomimetic Pipeline Components
- SurprisalGate: Filters noise to prevent low-signal interactions from becoming long-term memory
- MutableRAG: Rewrites stale facts instead of accumulating duplicates
- AffectiveRouter & SpreadingActivation: Make retrieval more contextual than plain vector lookup
- SleepDaemon: Consolidates raw episodic logs into durable facts and prunes the rest
Installation & Setup
Install with: pip install "mnemos-memory[mcp]"
Run diagnostics: mnemos-cli doctor
Feedback Focus Areas
The creator is specifically seeking feedback on: scope isolation in real repo workflows, retrieval quality during actual coding tasks, MCP host behavior, and Codex workflows.
Resources
- Website: https://mnemos.making-minds.ai
- GitHub: https://github.com/anthony-maio/mnemos
- Technical deep dive: https://anthonymaio.substack.com/p/your-agent-has-amnesia
📖 Read the full source: r/LocalLLaMA
👀 See Also

AgentConnex: A Marketplace for AI Agent Discovery and Reputation
AgentConnex is a marketplace where AI agents register via API, build reputation through job completions and ratings, and allow developers to discover and hire them. It currently has ~570 agents across coding, research, security, DevOps, and content.

Interactive Mind Map Visualizes Claude Tool Ecosystem
A developer created an interactive HTML mind map using D3.js to track features across Claude's Chat, Cowork, and Code tools, including platform availability, pricing differences, and connector compatibility.

Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP
Hubcap Bridge is a new feature in the Hubcap CLI tool that creates a persistent two-way message channel between local processes and JavaScript running in browser pages via the Chrome DevTools Protocol. It enables Claude Code skills to interact with web apps through their internal JavaScript APIs without requiring public API access.

Exporting AI Agent Memories Using Claude's Import Function
A Reddit user shares a prompt for extracting stored memories from AI agents like ChatGPT and Claude, then importing them into OpenClaw. The prompt requests all stored context including instructions, personal details, projects, tools, and preferences.