Skip to content
Cline

clawops for Cline

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:Cline transport:stdio runtime:npm

Install clawops 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": {
    "clawops": {
      "command": "npx",
      "args": [
        "-y",
        "@clawops/cli"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

clawops in other clients