Skip to content
Zed

github for Zed

io.github.davidweb3-ctrl/github

GitHub MCP Server - List PRs, issues, repo info, and search code

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",
        "@davidweb3-ctrl/mcp-github-server"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

github in other clients