Token导航 LogoToken导航TokenDH.com
Hatchet MCP Server logo
开发工具未说明官方级别未说明来源级核验

Hatchet MCP Server

MCP Server

Hatchet MCP Server是一个用于调试和监控Hatchet工作流的服务,支持从Claude Code或其他MCP客户端进行操作。

工具数

6

提示词数

0

GitHub Stars

2

资源数

0
调试工具PythonClaudeClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

GJakobi

提供方

GJakobi

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Hatchet MCP服务器

用于调试和监控的MCP服务器 斧头 Claude Code或其他MCP客户的作业。

安装

git clone https://github.com/GJakobi/hatchet-mcp.git
cd hatchet-mcp
uv sync

配置

添加到您的 .mcp.json (克劳德代码)或MCP客户端配置:

{
  "mcpServers": {
    "hatchet": {
      "type": "stdio",
      "command": "uv",
      "args": ["run", "--directory", "/path/to/hatchet-mcp", "python", "-m", "hatchet_mcp.server"],
      "env": {
        "HATCHET_CLIENT_TOKEN": "your-hatchet-token"
      }
    }
  }
}

可用工具

工具说明
list_workflows列出所有已注册的Hatchet工作流
list_runs列出使用过滤器运行的工作流(工作流名称、状态、since_hours、限制)
get_run_status按ID获取特定运行的状态
get_run_result获取已完成运行的输出/结果
get_queue_metrics按状态(排队、正在运行、已完成、失败)获取作业计数
search_runs按元数据(例如audit_id、patient_id)进行搜索

示例用法

在Claude代码中配置后:

> List all Hatchet workflows
Uses: mcp__hatchet__list_workflows

> Show me runs that failed in the last 24 hours
Uses: mcp__hatchet__list_runs with status="failed"

> Find all runs for audit_id abc123
Uses: mcp__hatchet__search_runs with metadata_key="audit_id", metadata_value="abc123"

> What's the current queue depth?
Uses: mcp__hatchet__get_queue_metrics

状态值

  • queued -等待处理
  • running -当前正在执行
  • completed -已成功完成
  • failed -已完成,但有错误
  • cancelled -手动取消

许可证

麻省理工学院

目录标签

目录标签

调试工具PythonClaude工作流监控本地部署任务管理性能分析队列管理

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

token

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

6

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明tokenremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP