Skip to content
Zed

github for Zed

io.github.dave-london/github

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

client:Zed transport:stdio runtime:npm

Install github in Zed

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

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

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

github in other clients