pitstop for Windsurf
io.github.praneethravuri/pitstop
F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database.
client:Windsurf
transport:stdio
runtime:pypi
Install pitstop in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pitstop": {
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<PITSTOP_TRANSPORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs