HumanOps for Cline
io.github.thepianistdirector/humanops
MCP server for AI agents to dispatch real-world tasks to verified human operators
client:Cline
transport:stdio
runtime:npm
Install HumanOps in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<HUMANOPS_SANDBOX>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs