Skip to content
Cursor

github for Cursor

io.github.davidweb3-ctrl/github

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

client:Cursor transport:stdio runtime:npm

Install github 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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@davidweb3-ctrl/mcp-github-server"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

github in other clients