Skip to content
Zed

Cambium for Zed

io.github.jarmstrong158/cambium

Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.

client:Zed transport:stdio runtime:pypi

Install Cambium 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": {
    "cambium": {
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ],
      "env": {
        "CAMBIUM_REPO": "<CAMBIUM_REPO>",
        "CAMBIUM_AGENT_ID": "<CAMBIUM_AGENT_ID>",
        "CAMBIUM_ORG_REPO": "<CAMBIUM_ORG_REPO>"
      }
    }
  }
}

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

Cambium in other clients