clawops for Gemini CLI
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:Gemini CLI
transport:stdio
runtime:npm
Install clawops in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clawops": {
"command": "npx",
"args": [
"-y",
"@clawops/cli"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs