Skip to content
Gemini CLI

pare github for Gemini CLI

io.github.dave-london/pare-github

Pare GitHub ג€” Structured GitHub operations (PRs, issues, actions) as typed JSON.

client:Gemini CLI transport:stdio runtime:npm

Install pare github in Gemini CLI

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

{
  "mcpServers": {
    "pare-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

pare github in other clients