Skip to content
Gemini CLI

Bangermap for Gemini CLI

io.github.adesiahq/bangermap-mcp

Find YouTube outliers, videos that beat their channel's own baseline, on your own free API key.

client:Gemini CLI transport:stdio runtime:npm

Install Bangermap in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bangermap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bangermap-mcp"
      ],
      "env": {
        "YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>"
      }
    }
  }
}

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

Bangermap in other clients