clawops for Cursor
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:Cursor
transport:stdio
runtime:npm
Install clawops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clawops/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs