Back to Apps

Context Keeper
Supports UIby mindbend0x
Temporal knowledge graph memory engine for AI agents with hybrid search and versioning.
0 stars
Works in:Cursor
Exposes:ToolsResourcesPrompts
What it does
Context Keeper provides AI agents with a persistent, temporal memory system using a knowledge graph. It allows assistants to track entities, their relationships, and how they evolve over time, ensuring that context is preserved across sessions and devices.
Tools
add_memory: Ingests text to extract entities and relationships into the graph.search_memory: Performs hybrid vector + BM25 keyword search with RRF fusion.expand_search: Enhances query recall through expansion.get_entity: Retrieves detailed entity information and its relationship graph.snapshot: Captures a point-in-time snapshot of the knowledge graph.list_recent: Returns the most recent memories added to the system.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"context-keeper": {
"command": "npx",
"args": ["context-keeper-mcp"]
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cursor.
Quick install
npx context-keeper-mcpInformation
- Pricing
- free
- Published
- 6/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"context-keeper": {
"command": "npx",
"args": ["context-keeper-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"context-keeper": {
"command": "npx",
"args": ["context-keeper-mcp"]
}
}
}





