MeMesh
Memory your AI agent doesn't lose between sessions
Every new conversation with an AI coding agent starts from zero — the architecture decisions, the bugs already fixed, the constraints already learned, all re-explained from scratch. MeMesh is a memory layer that runs on your own machine: one SQLite file, no cloud, no API key required, that captures this automatically and surfaces what's relevant before the agent starts working.
- WHO IT FITS
- Developers using Claude Code or any MCP-compatible tool
- INSTALL
- npm install -g @pcircle/memesh
- 95.60% R@5 on the public LongMemEval-S benchmark (reproducible)
- Local-first: one SQLite file, no cloud, no API key by default
- The same memory is shared across Claude Code, Codex CLI, and Gemini CLI
- Native integration with Hermes Agent (NousResearch) and OpenClaw: each has a first-party memory plugin at the same tier as their own built-in backends