← Index

HumanOps

io.github.thepianistdirector/humanops·v0.2.1·Other
Quality Score
81
/100

MCP server for AI agents to dispatch real-world tasks to verified human operators

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "humanops": {
      "command": "npx",
      "args": [
        "-y",
        "@humanops/mcp-server"
      ],
      "env": {
        "HUMANOPS_API_KEY": "<your-humanops_api_key>",
        "HUMANOPS_API_URL": "https://api.humanops.io",
        "HUMANOPS_SANDBOX": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "humanops": {
      "command": "npx",
      "args": [
        "-y",
        "@humanops/mcp-server"
      ],
      "env": {
        "HUMANOPS_API_KEY": "<your-humanops_api_key>",
        "HUMANOPS_API_URL": "https://api.humanops.io",
        "HUMANOPS_SANDBOX": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @humanops/mcp-server
§02  Environment variables
HUMANOPS_API_KEY
requiredsecret

Your HumanOps API key for authenticating agent requests

HUMANOPS_API_URL

HumanOps API base URL

HUMANOPS_SANDBOX

Enable sandbox mode for testing (set to 'true')

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other