Skip to content
Zed

F1 Data Server for Zed

io.github.drivenrajat/f1

Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1

client:Zed transport:stdio runtime:pypi

Install F1 Data Server in Zed

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

{
  "context_servers": {
    "f1": {
      "command": "uvx",
      "args": [
        "f1-mcp"
      ]
    }
  }
}

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

F1 Data Server in other clients