Skip to content
Zed

RaceHooks for Zed

io.github.racehooks/racehooks-mcp

F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.

client:Zed transport:stdio runtime:npm

Install RaceHooks 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": {
    "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>"
      }
    }
  }
}

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

RaceHooks in other clients