Provides memory and project tracking for Claude Code via MCP, enabling semantic search over past transcripts, durable notes, and structured project management with milestones, epics, tickets, and todos.
Provides persistent semantic memory for Claude Code via local embeddings and six MCP tools, enabling context storage and retrieval across sessions without cloud dependencies.
Persistent local memory for Claude Code that indexes every session's JSONL file
verbatim into SQLite + ChromaDB. Exposes 17 MCP tools for semantic recall,
deterministic file replay, and fuzzy "do you remember when..." queries across your
entire session history — no API calls, nothing leaves the machine.
Provides comprehensive session management for Claude Code with automatic initialization/cleanup, quality checkpoints, and local conversation memory with semantic search for capturing learnings across coding sessions.
Collects session JSONL from Codex and Claude Code into local SQLite memory, exposed through MCP with tools for memory context, search, get, put, forget, sleep, and status.