Skip to main content
Glama

gotoHuman MCP

Official

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である必要があります。

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