Skip to content
Zed

chamber for Zed

io.github.abm9111/chamber

Cited Q&A over your own notes, plus drift detection when a cited source changes. Local-first CLI.

client:Zed transport:stdio runtime:npm

Install chamber 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": {
    "chamber": {
      "command": "npx",
      "args": [
        "-y",
        "@bu7umaid/chamber"
      ],
      "env": {
        "CHAMBER_PYTHON": "<CHAMBER_PYTHON>",
        "CHAMBER_API_KEY": "<CHAMBER_API_KEY>"
      }
    }
  }
}

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

chamber in other clients