Loading MCP server directory, please wait...
MCP server for AI agents to dispatch real-world tasks to verified human operators
npx @getmcp/cli add io.github.thepianistdirector/humanopsRequires Node.js 18+. Community-contributed server. Review source before installing.
HUMANOPS_API_KEYYour HumanOps API key for authenticating agent requests
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.thepianistdirector/humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "",
"HUMANOPS_API_URL": "https://api.humanops.io",
"HUMANOPS_SANDBOX": "false"
}
}
}
}