M
MCP Hatchet Demo
by @MoonhubTeam
MCP server by MoonhubTeam
Created 5/29/2025
Updated 4 days ago
README
Repository documentation and setup instructions
MCP Hatchet Demo
Little wrapper which will inspect all active workflows on hatchet, sample 10 runs to build a JSON schema and save the manifest.
Simply start up the MCP wrapper pointing to the manifest and you get an MCP server exposing those workflows as tools.
Getting started
- Clone the repo
- Open in VSCode
- Open in a devcontainer (this will automatically setup hatchet and create the access token)
- Fill out the rest of the env variables (see
env.example
) - Using VSCode debugger
- Start
Hatchet: Worker
(wait for it to finish) - Start
Schema Extractor
(wait for it to finish) - Start
MCP Wrapper
- Start
- Install mcp-remote globally
sudo npm i -g mcp-remote
- Update your Claude Desktop config
~/Library/Application\ Support/Claude/claude_desktop_config.json
"hatchet": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8005/mcp"
]
}
- Restart Claude Desktop
- Have fun!
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-hatchet-demo
Cursor configuration (mcp.json)
{
"mcpServers": {
"moonhubteam-mcp-hatchet-demo": {
"command": "uvx",
"args": [
"mcp-hatchet-demo"
]
}
}
}