Skip to main content
Glama

gotoHuman MCP

Official

gotoHuman MCP 서버

gotoHuman을 사용하면 AI 에이전트와 에이전트 워크플로에 인간 승인을 쉽게 추가할 수 있습니다.
사용자 정의 가능한 승인 UI를 갖춘 완전 관리형 비동기 인간 참여 워크플로입니다.
내장된 인증, 웹후크, 알림, 팀 기능 및 진화하는 교육 데이터 세트를 활용해 보세요.

MCP 서버를 사용하여 MCP를 통해 AI 워크플로에 대한 인간 승인을 요청하거나 IDE에 추가하여 통합을 지원하세요.

설치

지엑스피1

커서/클로드/윈드서프와 함께 사용

{ "mcpServers": { "gotoHuman": { "command": "npx", "args": ["-y", "@gotohuman/mcp-server"], "env": { "GOTOHUMAN_API_KEY": "your-api-key" } } } }

app.gotohuman.com 에서 API 키를 받고 승인 단계를 설정하세요.

데모

이것은 왼쪽의 커서이지만, 승인 웹훅에 반응하는 백그라운드 에이전트일 수도 있습니다.

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

도구

list-forms

사용 가능한 모든 리뷰 양식을 나열하세요.

  • 추가된 필드에 대한 고급 정보를 포함하여 계정에서 사용 가능한 모든 양식의 목록을 반환합니다 .

get-form-schema

주어진 양식에 대한 인간 검토를 요청할 때 사용할 스키마를 가져옵니다.

  • 매개변수
    • formId : 스키마를 가져올 폼 ID
  • incl. 필드와 해당 구성을 고려하여 스키마를 반환합니다 .

request-human-review-with-form

직접 검토를 요청하세요. gotoHuman 받은 편지함에 표시됩니다.

  • 매개변수
    • formId : 리뷰에 대한 양식 ID
    • fieldData : 콘텐츠(검토할 AI 출력, 컨텍스트 등)와 양식 필드에 대한 구성입니다.
      이에 대한 스키마는 get-form-schema 사용하여 가져와야 합니다.
    • metadata : 양식 제출 후 웹훅 응답에 포함될 선택적 추가 데이터
    • 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

    • -
      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
    • 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
      14
      TypeScript
    • -
      security
      F
      license
      -
      quality
      A set of tools allowing AI assistants to interact directly with GitHub, enabling automation of tasks like fetching user profiles, creating repositories, and managing pull requests.
      Last updated -
      Python
    • -
      security
      F
      license
      -
      quality
      A unified AI and automation command center that allows users to interact with multiple AI providers (OpenAI, Anthropic, Gemini) and services (GitHub, Google) through natural language commands and multi-step workflows.
      Last updated -
      JavaScript

    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