RaceHooks for Windsurf
io.github.racehooks/racehooks-mcp
F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.
client:Windsurf
transport:stdio
runtime:npm
Install RaceHooks in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"racehooks-mcp": {
"command": "npx",
"args": [
"-y",
"racehooks-mcp"
],
"env": {
"RACEHOOKS_CLIENT_ID": "<RACEHOOKS_CLIENT_ID>",
"RACEHOOKS_CLIENT_SECRET": "<RACEHOOKS_CLIENT_SECRET>",
"RACEHOOKS_BASE_URL": "<RACEHOOKS_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs