Skip to content
Zed

git for Zed

io.github.dave-london/git

Structured git operations (status, log, diff, branch, show) as typed JSON.

client:Zed transport:stdio runtime:npm

Install git in Zed

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

{
  "context_servers": {
    "git": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git"
      ]
    }
  }
}

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

git in other clients