MCP OpenClaw Extensions for Gemini CLI
io.github.romainsantoli-web/mcp-openclaw
138-tool MCP server for AI agent firms: security, A2A, Hebbian memory, fleet mgmt
client:Gemini CLI
transport:stdio
runtime:pypi
Install MCP OpenClaw Extensions in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-openclaw": {
"command": "uvx",
"args": [
"mcp-openclaw-extensions"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs