claude-mem
Persistent cross-session memory for Claude Code — 10x cheaper context
The Panel's Take
Claude-mem is a plugin that automatically captures and compresses coding session context, then intelligently reinjects relevant memory into future Claude Code sessions. With 67K GitHub stars, it has rapidly become one of the most widely-adopted quality-of-life improvements for developers using Claude Code daily. The system hooks into five lifecycle events — SessionStart, UserPromptSubmit, PostToolUse, Stop, and SessionEnd — to capture observations and store them in an SQLite database with FTS5 full-text search, backed by a Chroma vector database for semantic hybrid retrieval. A real-time web viewer at localhost:37777 shows the memory stream live. Progressive disclosure layers memory retrieval with token cost visibility, and a "<private>" tag excludes sensitive content from storage. Beyond Claude Code, claude-mem works with Gemini CLI, OpenCode, and OpenClaw gateways, making it gateway-agnostic persistent memory. The AGPL-3.0 license with a PolyForm Noncommercial exception on the ragtime/ module means it's free for personal use but requires source-sharing for networked commercial deployments.
Share this verdict
claude-mem verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/claude-mem-persistent-memory-claude-code-cross-session-sqlite-fts5-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare claude-mem with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/claude-mem-persistent-memory-claude-code-cross-session-sqlite-fts5-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/claude-mem-persistent-memory-claude-code-cross-session-sqlite-fts5-2026" alt="claude-mem Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/claude-mem-persistent-memory-claude-code-cross-session-sqlite-fts5-2026)<iframe src="https://shiporskip.io/embed/claude-mem-persistent-memory-claude-code-cross-session-sqlite-fts5-2026" title="claude-mem ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“If you're using Claude Code heavily, this is table stakes. The FTS5 + vector hybrid search means you stop re-explaining your codebase conventions every session, and the 10x token savings claim holds up in practice. The lifecycle hook architecture is clean and non-intrusive.”
“The AGPL license with a PolyForm Noncommercial carve-out creates real ambiguity for commercial teams. And piping your entire coding session history into a local SQLite database raises legitimate data security concerns for enterprise work. Test thoroughly before using on proprietary code.”
“This is what personalized AI looks like at the tooling layer — not a vendor feature, but community infrastructure that makes agents progressively smarter about your specific context. The gateway-agnostic design means this pattern will outlast any single coding agent product.”
“For anyone using Claude Code to manage creative projects, writing systems, or content pipelines, the cross-session continuity transforms the experience from stateless assistant to genuine collaborator. The web viewer UI is a nice touch for understanding what your agent actually remembers.”