Skip to content
Gemini CLI

pitstop for Gemini CLI

io.github.praneethravuri/pitstop

F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database.

client:Gemini CLI transport:stdio runtime:pypi

Install pitstop 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": {
    "pitstop": {
      "command": "uvx",
      "args": [
        "pitstop-f1"
      ],
      "env": {
        "PITSTOP_TRANSPORT": "<PITSTOP_TRANSPORT>"
      }
    }
  }
}

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

pitstop in other clients