Skip to content
Gemini CLI

The Blue Alliance for Gemini CLI

io.github.withinfocus/tba

The Blue Alliance MCP Server

client:Gemini CLI transport:stdio runtime:npm

Install The Blue Alliance 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": {
    "tba": {
      "command": "npx",
      "args": [
        "-y",
        "@withinfocus/tba-mcp-server"
      ],
      "env": {
        "TBA_API_KEY": "<TBA_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

The Blue Alliance in other clients