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

カーソル / クロード / ウィンドサーフィンと一緒に使用

{ "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. カーソル / クロード / ウィンドサーフィンと一緒に使用
  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