Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

HumanOps in other clients