Skip to content
Cursor

GitHub Inside Claude Code for Cursor

io.github.kirchlive/github-inside-claude-code

Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources

client:Cursor transport:stdio runtime:pypi

Install GitHub Inside Claude Code 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-inside-claude-code": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "github-inside-claude-code"
      ],
      "env": {
        "TAVILY_API_KEY": "<TAVILY_API_KEY>",
        "BRAVE_API_KEY": "<BRAVE_API_KEY>"
      }
    }
  }
}

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

GitHub Inside Claude Code in other clients