F1 for Gemini CLI
io.github.pipeworx-io/f1
F1 MCP — Formula 1 data via the Ergast API
client:Gemini CLI
transport:streamable-http
Install F1 in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"f1": {
"httpUrl": "https://gateway.pipeworx.io/f1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs