Skip to content
Claude Desktop

context keeper for Claude Desktop

io.github.jarmstrong158/context-keeper

Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.

client:Claude Desktop transport:stdio runtime:pypi

Install context keeper in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "context-keeper": {
      "command": "uvx",
      "args": [
        "context-keeper-mcp"
      ],
      "env": {
        "CONTEXT_KEEPER_PROJECT": "<CONTEXT_KEEPER_PROJECT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

context keeper in other clients