gotoHuman logo

gotoHuman

Free

gotoHuman 官方集成,允许 AI 代理和自动化向人类发送请求以供批准。

FreeFree tier
Type
Open Source

About gotoHuman

gotoHuman makes it easy to add human approvals to AI agents and agentic workflows. It provides a fully-managed async human-in-the-loop workflow with a customizable approval UI. Built-in auth, webhooks, notifications, team features, and an evolving training dataset are included. The MCP server enables requesting human approvals from AI workflows via MCP or integration with IDEs like Cursor, Claude, and Windsurf.

Key Features

Fully-managed async human-in-the-loop workflow
Customizable approval UI
Built-in auth, webhooks, notifications, and team features
Evolving training dataset for review templates
MCP server integration for requesting human approvals
IDE integration with Cursor, Claude, and Windsurf
Supports multi-step agentic workflows with run tracking
Tools: list-forms, get-form-schema, request-human-review-with-form
Optional assignment to specific users per review request
Metadata and webhook URL support in review requests

Pros & Cons

Pros
  • Easy to implement human-in-the-loop approvals for AI workflows
  • Fully managed service reduces development overhead
  • Customizable approval UI fits various use cases
  • Built-in auth, webhooks, and team collaboration features
  • Seamless integration with popular MCP clients
  • Supports complex multi-step workflows with run IDs
  • Open source with MIT license
Cons
  • Requires an API key and account at app.gotohuman.com
  • Dependency on external service for the human review inbox
  • Limited to environments compatible with MCP protocol
  • Review templates must be set up in advance via the app

Best For

Adding human approval steps to AI agents and automation workflowsIntegrating human review into IDEs like Cursor, Claude, and WindsurfMulti-step agent workflows requiring human checkpointsApproving AI-generated content before deploymentManaging human oversight in autonomous systems

FAQ

What is gotoHuman?
gotoHuman is a fully-managed async human-in-the-loop system that makes it easy to add human approvals to AI agents and agentic workflows. It provides a customizable approval UI, built-in auth, webhooks, notifications, and team features.
How do I install the MCP server?
Run 'npx @gotohuman/mcp-server' to install. Configuration requires a GOTOHUMAN_API_KEY environment variable.
What tools does the MCP server provide?
The server provides three tools: list-forms (list review templates), get-form-schema (get schema for a template), and request-human-review-with-form (submit a review request).
Can I use gotoHuman with multi-step agent workflows?
Yes, gotoHuman supports multi-step workflows through the 'workflow' parameter, allowing you to link multiple review steps with a common runId.
Is gotoHuman open source?
Yes, the MCP server is open source under the MIT license.