ErebusEnigma/context-memory
Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard.
Quick Start
Clone the repository:
git clone https://github.com/ErebusEnigma/context-memoryClaude Desktop configuration example:
{
"mcpServers": {
"context-memory": {
"command": "npx",
"args": [
"-y",
"ErebusEnigma/context-memory"
]
}
}
}Check the repository README for specific installation and configuration instructions.