Skip to main content
Knowledge & MemoryGo

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).

knowledge-memorycloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/redleaves/context-keeper

Claude Desktop configuration example:

{
  "mcpServers": {
    "context-keeper": {
      "command": "npx",
      "args": [
        "-y",
        "redleaves/context-keeper"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Go
Author
redleaves