← Back to Plugins
MCP Server MCP

io.github.ElliotPadfield/hatchet-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hatchet-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hatchet API token (a JWT). Encodes the server URL and tenant, so it is normally the only setting required.",
          "isRequired": true,
          "isSecret": true,
          "name": "HATCHET_CLIENT_TOKEN"
        },
        {
          "description": "Override the API base URL. Self-hosters can point this at any Hatchet instance.",
          "name": "HATCHET_API_BASE"
        },
        {
          "description": "Override the tenant id decoded from the token.",
          "name": "HATCHET_TENANT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...