Skip to content
Zed

github mcp for Zed

io.github.jaimenbell/github-mcp

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

client:Zed transport:stdio runtime:pypi

Install github mcp in Zed

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

{
  "context_servers": {
    "github-mcp": {
      "command": "uvx",
      "args": [
        "jaimenbell-github-mcp"
      ]
    }
  }
}

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

github mcp in other clients