knowledge & memory

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

cloud
local
macos
windows
linux
rust
knowledge & memory
0
View on GitHub

Installation

npx -y redleaves/context-keeper

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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

GitHub: https://github.com/redleaves/context-keeper

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub