Skip to content
Gemini CLI

github for Gemini CLI

io.github.dave-london/github

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

client:Gemini CLI transport:stdio runtime:npm

Install github in Gemini CLI

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

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github"
      ]
    }
  }
}

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

github in other clients