Skip to content
Zed

GitHub for Zed

io.github.abhishekkumar2021/github

GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token.

client:Zed transport:stdio runtime:npm

Install GitHub 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": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@abhishekmcp/github"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_CLIENT_ID": "<GITHUB_CLIENT_ID>",
        "GITHUB_READONLY": "<GITHUB_READONLY>"
      }
    }
  }
}

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

GitHub in other clients