Skip to content
Zed

clawops for Zed

io.github.dfridkin/clawops

Deploy self-hosted OpenClaw to AWS, GCP, Azure or a local VM — a CLI and an MCP server in one.

client:Zed transport:stdio runtime:npm

Install clawops in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "clawops": {
      "command": "npx",
      "args": [
        "-y",
        "@clawops/cli"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

clawops in other clients