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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y context-memoryAgent-CoreX intelligently routes which tools from ErebusEnigma/context-memory your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"context-memory": {
"command": "npx",
"args": [
"-y",
"context-memory"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add context-memoryAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use ErebusEnigma/context-memory directly without routing
npx -y context-memoryNew to Agent-CoreX? View setup guide →