gotoHuman MCP

Official
MIT License
101
18
  • Linux
  • Apple

Integrations

  • Supports installation and building of the MCP server through npm package management, with commands for dependencies, building, and running the inspector.

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 여야 합니다.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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
    • -
      security
      A
      license
      -
      quality
      Facilitates integration with Claude Desktop to run AI agents and execute purchased actions without code, leveraging the Model Context Protocol framework.
      Last updated -
      1
      TypeScript
      GPL 3.0
    • -
      security
      A
      license
      -
      quality
      Provides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.
      Last updated -
      0
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      This server implementation allows AI assistants to interact with Asana's API, enabling users to manage tasks, projects, workspaces, and comments through natural language requests.
      Last updated -
      65
      TypeScript
      MIT License

    View all related MCP servers

    ID: 9qgu06jncv