MCP Server
MCP
HumanOps
MCP server for AI agents to dispatch real-world tasks to verified human operators
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
By
Comments
Sign in to leave a comment