← Back to Plugins
MCP Server MCP

HumanOps

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @humanops/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@humanops/mcp-server",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your HumanOps API key for authenticating agent requests",
          "isRequired": true,
          "isSecret": true,
          "name": "HUMANOPS_API_KEY"
        },
        {
          "description": "HumanOps API base URL",
          "default": "https://api.humanops.io",
          "name": "HUMANOPS_API_URL"
        },
        {
          "description": "Enable sandbox mode for testing (set to 'true')",
          "format": "boolean",
          "default": "false",
          "name": "HUMANOPS_SANDBOX"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...