Skip to content
Gemini CLI

github mcp for Gemini CLI

io.github.jaimenbell/github-mcp

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

client:Gemini CLI transport:stdio runtime:pypi

Install github mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "github-mcp": {
      "command": "uvx",
      "args": [
        "jaimenbell-github-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

github mcp in other clients