Skip to content
Gemini CLI

github mcp server for Gemini CLI

io.github.crypto-ninja/github-mcp-server

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

client:Gemini CLI transport:stdio runtime:pypi

Install github mcp server in Gemini CLI

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

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

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 server in other clients