Skip to content
Zed

pitstop for Zed

io.github.praneethravuri/pitstop

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

client:Zed transport:stdio runtime:pypi

Install pitstop in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "pitstop": {
      "command": "uvx",
      "args": [
        "pitstop-f1"
      ],
      "env": {
        "PITSTOP_TRANSPORT": "<PITSTOP_TRANSPORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pitstop in other clients