HumanOps for Cursor
io.github.thepianistdirector/humanops
MCP server for AI agents to dispatch real-world tasks to verified human operators
client:Cursor
transport:stdio
runtime:npm
Install HumanOps in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"humanops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<HUMANOPS_SANDBOX>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs