Skip to content
Cursor

GitHub for Cursor

io.github.aifity/omnigit-mcp

Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.

client:Cursor transport:stdio runtime:oci

Install GitHub in Cursor

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

{
  "mcpServers": {
    "omnigit-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aifity/omnigit-mcp:0.6.0"
      ]
    }
  }
}

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

GitHub in other clients