HumanOps for Zed
io.github.thepianistdirector/humanops
MCP server for AI agents to dispatch real-world tasks to verified human operators
client:Zed
transport:stdio
runtime:npm
Install HumanOps in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs