gotoHuman MCP Server

by andyciggy

242 downloads
Not rated
GitHub

Description

# gotoHuman MCP Server gotoHuman makes it easy to add **human approvals** to AI agents and agentic workflows. A fully-managed async human-in-the-loop workflow with a customizable approval UI. Enjoy built-in auth, webhooks, notifications, team features, and an evolving training…

About

# gotoHuman MCP Server gotoHuman makes it easy to add **human approvals** to AI agents and agentic workflows. A fully-managed async human-in-the-loop workflow with a customizable approval UI. Enjoy built-in auth, webhooks, notifications, team features, and an evolving training dataset. Use our MCP server to request…

Details

Author
andyciggy
Downloads
242
Categories
Other

- Lists all available review forms
- Returns the schema for a given form
- Requests a human review with form data
- Supports optional metadata and user assignment
- Provides a link to the review in gotoHuman

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name gotoHuman MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx @gotohuman/mcp-server and set the GOTOHUMAN_API_KEY environment variable. Configure the server in your MCP client (Cursor, Claude, Windsurf) using the JSON snippet provided. Invoke the three available tools: list-forms, get-form-schema, and request-human-review-with-form.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "gotohuman mcp server": {
            "gotohuman-mcp-server-andyciggy": {
                "command": "npx",
                "args": [
                    "@gotohuman/mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "gotohuman-mcp-server-andyciggy": {
        "command": "npx",
        "args": [
            "@gotohuman/mcp-server"
        ]
    }
}

gotoHuman MCP Server

gotoHuman makes it easy to add human approvals to AI agents and agentic workflows.
A fully-managed async human-in-the-loop workflow with a customizable approval UI.
Enjoy built-in auth, webhooks, notifications, team features, and an evolving training dataset.

Use our MCP server to request human approvals from your AI workflows via MCP or add it to your IDE to help with integration.

Installation

npx @gotohuman/mcp-server

Use with Cursor / Claude / Windsurf

{
  "mcpServers": {
    "gotoHuman": {
      "command": "npx",
      "args": ["-y", "@gotohuman/mcp-server"],
      "env": {
        "GOTOHUMAN_API_KEY": "your-api-key"
      }
    }
  }
}
Get your API key and set up an approval step at app.gotohuman.com

Demo

This is Cursor on the left, but this could be a background agent that also reacts to the approval webhook.

https://github.com/user-attachments/assets/380a4223-ea77-4e24-90a5-52669b77f56f

Tools

list-forms

List all available review forms. - __Returns__ a list of all available forms in your account incl. high-level info about the added fields

get-form-schema

Get the schema to use when requesting a human review for a given form. - __Params__ - formId: The form ID to fetch the schema for - __Returns__ the schema, considering the incl. fields and their configuration

request-human-review-with-form

Request a human review. Will appear in your gotoHuman inbox. - __Params__ - formId: The form ID for the review - fieldData: Content (AI-output to review, context,...) and configuration for the form's fields. The schema for this needs to be fetched with get-form-schema - metadata: Optional additional data that will be incl. in the webhook response after form submission - assignToUsers: Optional list of user emails to assign the review to - __Returns__ a link to the review in gotoHuman

Development

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.