Skip to content
Gemini CLI

github gist for Gemini CLI

io.github.ofershap/github-gist

MCP server to create, read, update, list, and search GitHub Gists from your IDE

client:Gemini CLI transport:stdio runtime:npm

Install github gist in Gemini CLI

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

{
  "mcpServers": {
    "github-gist": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-gist"
      ]
    }
  }
}

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

github gist in other clients