gotoHuman MCP

Official
MIT License
101
18
  • Linux
  • Apple

Integrations

  • Supports installation and building of the MCP server through npm package management, with commands for dependencies, building, and running the inspector.

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

You must be authenticated.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

使用 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

    • -
      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
      A
      license
      -
      quality
      Facilitates integration with Claude Desktop to run AI agents and execute purchased actions without code, leveraging the Model Context Protocol framework.
      Last updated -
      1
      TypeScript
      GPL 3.0
    • -
      security
      A
      license
      -
      quality
      Provides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.
      Last updated -
      0
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      This server implementation allows AI assistants to interact with Asana's API, enabling users to manage tasks, projects, workspaces, and comments through natural language requests.
      Last updated -
      65
      TypeScript
      MIT License

    View all related MCP servers

    ID: 9qgu06jncv