Skip to content
Cursor

github for Cursor

io.github.rog0x/github

GitHub analytics - repos, PRs, issues, releases, contributors

client:Cursor transport:stdio runtime:npm

Install github in Cursor

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

{
  "mcpServers": {
    "github": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-github-tools"
      ]
    }
  }
}

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

github in other clients