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
{
"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