Wraps the Hatchet workflow orchestration API so Claude can see and control your distributed task execution. You get read access to workflow definitions, run history, logs, worker status, and queue metrics, plus three write operations: trigger new runs with JSON payloads, cancel in-flight tasks, and replay failed ones. The token is a JWT that encodes your tenant and server URL, so self-hosters can point it at any Hatchet instance via HATCHET_API_BASE. Reach for this when you want an agent to debug stuck workflows, correlate logs across retries, or trigger runs based on patterns it spots in your system state.
claude mcp add --transport stdio elliotpadfield-hatchet-mcp uvx hatchet-mcp