redleaves/context-keeper
LLM-driven context and memory management with wide-recall + precise-reranking RAG architecture. Features multi-dimensional retrieval (vector/timeline/knowledge graph), short/long-term memory, and complete MCP support (HTTP/WebSocket/SSE).
Quick Start
Clone the repository:
git clone https://github.com/redleaves/context-keeperClaude Desktop configuration example:
{
"mcpServers": {
"context-keeper": {
"command": "npx",
"args": [
"-y",
"redleaves/context-keeper"
]
}
}
}Check the repository README for specific installation and configuration instructions.