Skip to content
Zed

GitWarren for Zed

io.github.klarluft/gitwarren

Code review on your own machine, for you and your coding agent. Nothing leaves your computer.

client:Zed transport:stdio runtime:npm

Install GitWarren 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": {
    "gitwarren": {
      "command": "npx",
      "args": [
        "-y",
        "gitwarren"
      ],
      "env": {
        "GITWARREN_DATA_DIR": "<GITWARREN_DATA_DIR>"
      }
    }
  }
}

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

GitWarren in other clients