MCP Directory

redleaves/context-keeper

GitHub
Productivity

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y context-keeper

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from redleaves/context-keeper your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route redleaves/context-keeper intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add context-keeper

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use redleaves/context-keeper directly without routing

npx -y context-keeper

New to Agent-CoreX? View setup guide →

redleaves/context-keeper MCP Server — Agent-CoreX