Skip to content
Gemini CLI

alphaportal mcp for Gemini CLI

io.github.chrischall/alphaportal-mcp

AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications

client:Gemini CLI transport:stdio runtime:npm

Install alphaportal mcp 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": {
    "alphaportal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alphaportal-mcp"
      ],
      "env": {
        "ALPHAPORTAL_REFRESH_TOKEN": "<ALPHAPORTAL_REFRESH_TOKEN>"
      }
    }
  }
}

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

alphaportal mcp in other clients