Back to MCP Servers
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.
knowledge-memorysqliteairag
By ErebusEnigma
Installation
npx -y context-memoryConfiguration
{
"mcpServers": {
"context-memory": {
"command": "npx",
"args": ["-y", "context-memory"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes