openclaw control mcp for Gemini CLI
io.github.smurfy92/openclaw-control-mcp
MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.
client:Gemini CLI
transport:stdio
runtime:npm
Install openclaw control mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"openclaw-control-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-control-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs