hatchet-mcp
About
Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HATCHET_CLIENT_TOKEN HATCHET_API_BASE HATCHET_TENANT_IDClaude Code
claude mcp add --env HATCHET_CLIENT_TOKEN= --env HATCHET_API_BASE= --env HATCHET_TENANT_ID= hatchet-mcp -- npx hatchet-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"hatchet-mcp","command":"npx","args":["hatchet-mcp"],"env":{"HATCHET_CLIENT_TOKEN":"","HATCHET_API_BASE":"","HATCHET_TENANT_ID":""}}'
JSON
{
"mcpServers": {
"hatchet-mcp": {
"command": "npx",
"args": [
"hatchet-mcp"
],
"env": {
"HATCHET_CLIENT_TOKEN": "",
"HATCHET_API_BASE": "",
"HATCHET_TENANT_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.