Skip to content
Zed

context keeper for Zed

io.github.jarmstrong158/context-keeper

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

client:Zed transport:stdio runtime:pypi

Install context keeper in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

context keeper in other clients