clawops for VS Code
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:VS Code
transport:stdio
runtime:npm
Install clawops in VS Code
.vscode/mcp.json
{
"servers": {
"clawops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clawops/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs