Claude Memory Manager captures and retrieves context from Claude Code sessions, preserving valuable information across sessions.
From the registry: Cross-session memory for Claude Code — context capture, semantic search, recall
$ pip install claude-memory-managerhttps://pypi.org/project/claude-memory-manager/$ claude-memory initPlease install the `claude-memory-manager` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install claude-memory-manager** — Install via pip Run: `pip install claude-memory-manager` (https://pypi.org/project/claude-memory-manager/)
- **Initialize database** — Run `claude-memory init` to create the local SQLite store Run: `claude-memory init`
Canonical MCP server config (stdio transport):
- command: `claude-memory-mcp`
- args: []
Note: Cross-session memory for Claude Code. Parses session JSONL logs, stores memories in SQLite with FTS5 + semantic search. Optional [local] extra enables local embeddings without API keys.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ANTHROPIC_API_KEYrequiredAnthropic API keyVOYAGE_API_KEYrequiredVoyage AI API keyAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.