Skip to main content
Glama

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设置审批步骤

演示

这是左侧的光标,但它可能是对批准 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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

使用 gotoHuman 为您的 AI 代理和自动化添加人工审批步骤。

  1. 安装
    1. 与 Cursor / Claude / Windsurf 一起使用
  2. 演示
    1. 工具
      1. list-forms
      2. get-form-schema
      3. request-human-review-with-form
    2. 发展
      1. 在 MCP 客户端本地运行(例如 Cursor / Claude / Windsurf)

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Enables interaction with the Loxo recruitment platform API, facilitating tasks such as candidate and job management, activity logging, and call queue management through AI assistants.
      Last updated -
      12
      JavaScript
    • -
      security
      F
      license
      -
      quality
      Enables AI agent and task management using the CrewAI framework, allowing users to create and run agents and tasks in an automated workflow environment.
      Last updated -
      0
      3
      JavaScript
    • -
      security
      F
      license
      -
      quality
      Provides browser automation capabilities through an API endpoint that interprets natural language commands to perform web tasks using OpenAI's GPT models.
      Last updated -
      Python
    • A
      security
      F
      license
      A
      quality
      An intelligent middleware that determines when human intervention is necessary in AI agent operations using a sequential scoring system that evaluates multiple dimensions of a request.
      Last updated -
      1
      6
      TypeScript

    View all related MCP servers

    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