Newcontext-mode—Save 98% of your AI coding agent's context windowLearn more
MCP Directory
ServersClientsBlog

context-mode

Save 98% of your AI coding agent's context window. Works with Claude Code, Cursor, Copilot, Codex, and more.

Try context-mode
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2026 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. gotohuman-mcp-server

gotohuman-mcp-server

GitHub

This repository provides an MCP server enabling AI agents to request human reviews via gotoHuman, facilitating content review, action approval, and input gathering through an async webhook workflow.

53
1

gotoHuman MCP Server

Let your AI agents ask for human reviews in gotoHuman via MCP. Review AI-generated content, approve critical actions, or provide input. An async webhook-based workflow for autonomous agents and AI automations.

Demo

This demo shows Cursor on the left, but this could be a background agent reacting to the approval webhook to add an item to your list of newsletter ideas.

Tools

  • list-forms: Lists all available review forms with high-level information about the added fields.
  • get-form-schema: Retrieves the schema for a specific form using its formId. Returns the schema, including fields and their configurations.
  • request-human-review-with-form: Requests a human review. Requires formId, fieldData (content and configuration fetched using get-form-schema), optional metadata for the webhook response, and an optional list of assignToUsers emails. Returns a link to the review in gotoHuman.

Use in MCP client

Cursor or Claude

{
  "mcpServers": {
    "gotoHuman": {
      "command": "node",
      "args": ["/<absolute-path>/build/index.js"],
      "env": {
        "GOTOHUMAN_API_KEY": "your-api-key"
      }
    }
  }
}

[!NOTE]
For Windows, the args path needs to be C:\\<absolute-path>\\build\\index.js

Repository

GO
gotohuman

gotohuman/gotohuman-mcp-server

Created

March 21, 2025

Updated

March 27, 2025

Language

TypeScript

Category

Productivity