by Haustorium12 · MCP Server · ★ 32
continuity v2 Long-term memory layer for Claude Code, built on the JSONL session record. What this is (v1) protected against compaction within a single session — PreCompact hook saves a checkpoint, SessionStart hook injects it back, SSE proxy rings bells at 70/85/95% token pressure. solves the other half: across-session recall. Every Claude Code session is already written to disk as a JSONL — every turn, every tool call, every response. Plain text. Append-only. Free. That file is an episodic memory store hiding in plain sight. v2 is the index, search, and retrieval layer on top of it.
| Stars | 32 |
| Forks | 7 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 66.1993725197756/100 |
| Last Updated | 2026-06-14 |
| Created | 2026-05-01 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~15k |
These tools work well together with continuity-v2 for enhanced workflows:
Explore other popular mcp server tools:
continuity-v2 is Long-term memory for Claude Code. Indexes every session as SQLite+FTS5, exposes recall via MCP, and ships PreCompact/PostCompact hooks so nothing is ever lost.. It is categorized as a MCP Server with 32 GitHub stars.
continuity-v2 is primarily written in Python. It covers topics such as claude, claude-code, compaction.
You can find installation instructions and usage details in the continuity-v2 GitHub repository at github.com/Haustorium12/continuity-v2. The project has 32 stars and 7 forks, indicating an active community.
continuity-v2 is released under the MIT license, making it free to use and modify according to the license terms.