Cogito HITL (Human-In-The-Loop) MCP Setup for Claude Desktop
475
HITL (Human-In-The-Loop) MCP Server for Claude Desktop
Multi-platform container supporting Linux x86_64 and ARM64. Enables Claude Desktop to create, manage, and approve escalation workflows.
Usage: docker run -d -p 3000:3000 -e HITL_API_URL="your-api-url" -e HITL_API_KEY="your-key" agentmp/hitl-mcp-server:latest
Documentation: https://github.com/AgentMP/hitl-mcp-server
Steps to Configure Cogito HITL Service in Claude Desktop
https://agentmp.ai/createapikey
docker pull agentmp/hitl-mcp-server:latest
docker run -d
--name hitl-mcp-server
--env AGENTMP_API_KEY=""
--restart unless-stopped
-i
agentmp/hitl-mcp-server
{ "mcpServers": { "hitl": { "command": "docker", "args": ["exec", "-i", "hitl-mcp-server", "node", "app.js"], "env": { "AGENTMP_API_KEY": "your_api_key_here" } } } }
eg.
List all my HITL escalations
Create a HITL escalation with these details:
Get details for HITL escalation "esc-[ID-FROM-TEST-2]"
Approve HITL escalation "esc-[ID-FROM-TEST-2]" with comment "Approved for testing purposes"
Create a HITL escalation for a $50 software license purchase, then modify it to $75 enterprise license
Content type
Image
Digest
sha256:1c7d56ddb…
Size
48.3 MB
Last updated
about 1 year ago
docker pull agentmp/hitl-mcp-server