ContextKeep

mordang7/ContextKeep
★ 148 stars Python 🤖 AI/LLM Updated 20d ago
Infinite Long-Term Memory for AI Agents (MCP Server)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "contextkeep": {
      "command": "uvx",
      "args": [
        "contextkeep"
      ]
    }
  }
}

Or install with pip: pip install contextkeep

Topics

agentaicontextmcpmemorypython