Skip to content
Windsurf

hatchet mcp for Windsurf

io.github.elliotpadfield/hatchet-mcp

Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.

client:Windsurf transport:stdio runtime:npm

Install hatchet mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "hatchet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hatchet-mcp"
      ],
      "env": {
        "HATCHET_CLIENT_TOKEN": "<HATCHET_CLIENT_TOKEN>",
        "HATCHET_API_BASE": "<HATCHET_API_BASE>",
        "HATCHET_TENANT_ID": "<HATCHET_TENANT_ID>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

hatchet mcp in other clients