Skip to content
Gemini CLI

whistle mcp for Gemini CLI

io.github.mattwerner-sudo/whistle-mcp

Verified staff contacts, schools, and hiring signals across NCAA athletic departments.

client:Gemini CLI transport:stdio runtime:npm

Install whistle 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": {
    "whistle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gowhistle-mcp"
      ],
      "env": {
        "WHISTLE_API_KEY": "<WHISTLE_API_KEY>",
        "WHISTLE_API_BASE": "<WHISTLE_API_BASE>"
      }
    }
  }
}

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

whistle mcp in other clients