Skip to main content
Glama
gotohuman

gotoHuman MCP

Official

gotoHuman MCP 服务器

gotoHuman 可以轻松地将人工批准添加到 AI 代理和代理工作流程中。
具有可定制批准 UI 的完全管理的异步人机循环工作流程。
享受内置身份验证、webhook、通知、团队功能和不断发展的训练数据集。

使用我们的 MCP 服务器通过 MCP 从您的 AI 工作流请求人工批准,或将其添加到您的 IDE 以帮助集成。

安装

npx @gotohuman/mcp-server

与 Cursor / Claude / Windsurf 一起使用

{ "mcpServers": { "gotoHuman": { "command": "npx", "args": ["-y", "@gotohuman/mcp-server"], "env": { "GOTOHUMAN_API_KEY": "your-api-key" } } } }

获取您的 API 密钥并在app.gotohuman.com设置审批步骤

Related MCP server: MCP Human Loop Server

演示

这是左侧的光标,但它可能是对批准 webhook 做出反应的后台代理。

https://github.com/user-attachments/assets/380a4223-ea77-4e24-90a5-52669b77f56f

工具

list-forms

列出所有可用的审查表格。

  • 返回您帐户中所有可用表单的列表,包括有关添加字段的高级信息

get-form-schema

获取请求对给定表单进行人工审核时使用的模式。

  • 参数

    • formId :用于获取架构的表单 ID

  • 返回模式,考虑包含的字段及其配置

request-human-review-with-form

申请人工审核。邮件将出现在您的 gotoHuman 收件箱中。

  • 参数

    • formId :评论的表单 ID

    • fieldData :表单字段的内容(AI 输出以进行审查、上下文……)和配置。
      需要使用get-form-schema获取此模式

    • metadata :表单提交后,将包含在 webhook 响应中的可选附加数据

    • assignToUsers评论的用户电子邮件的可选列表

  • 返回gotoHuman 中评论的链接

发展

# Install dependencies npm install # Build the server npm run build # For testing: Run the MCP inspector npm run inspector

在 MCP 客户端本地运行(例如 Cursor / Claude / Windsurf)

{ "mcpServers": { "gotoHuman": { "command": "node", "args": ["/<absolute-path>/build/index.js"], "env": { "GOTOHUMAN_API_KEY": "your-api-key" } } } }
NOTE

对于 Windows,args路径需要为C:\\<absolute-path>\\build\\index.js

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gotohuman/gotohuman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server