hatchet mcp for Cursor
io.github.elliotpadfield/hatchet-mcp
Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.
client:Cursor
transport:stdio
runtime:npm
Install hatchet mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hatchet-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs