Skip to content
Cursor

github mcp server for Cursor

io.github.crypto-ninja/github-mcp-server

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

client:Cursor transport:stdio runtime:pypi

Install github mcp server in Cursor

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

{
  "mcpServers": {
    "github-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "github-mcp-server"
      ]
    }
  }
}

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

github mcp server in other clients