Skip to content
Cursor

github repo mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install github repo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "github-repo-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

github repo mcp in other clients