Remote OpenClaw for Gemini CLI
io.github.aidevelopers2/remoteopenclaw-mcp
Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.
client:Gemini CLI
transport:stdio
runtime:npm
Install Remote OpenClaw in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"remoteopenclaw-mcp": {
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs