Skip to content
Zed

github repo mcp for Zed

io.github.thedhruv-07/github-repo-mcp

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

client:Zed transport:stdio runtime:npm

Install github repo mcp 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-repo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@thedhruv07/github-repo-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "VOYAGE_API_KEY": "<VOYAGE_API_KEY>",
        "QDRANT_URL": "<QDRANT_URL>",
        "QDRANT_API_KEY": "<QDRANT_API_KEY>"
      }
    }
  }
}

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

github repo mcp in other clients