Catalog
io.github.thepianistdirector/humanops
OfficialHumanOps
MCP server for AI agents to dispatch real-world tasks to verified human operators
Dispatch real-world tasks to verified human operators on behalf of AI agents.
README not available yet.
Install
Configuration
Environment variables
HUMANOPS_API_KEYrequiredsecretYour HumanOps API key for authenticating agent requests
HUMANOPS_API_URLdefault https://api.humanops.ioHumanOps API base URL
HUMANOPS_SANDBOXdefault falseEnable sandbox mode for testing (set to 'true')
claude_desktop_config.json
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server@0.2.1"
],
"env": {
"HUMANOPS_API_KEY": "<YOUR_HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "https://api.humanops.io",
"HUMANOPS_SANDBOX": "false"
}
}
}
}