Munim Computer Use for Gemini CLI
io.github.munimtechnologies/munim-computer-use
Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.
client:Gemini CLI
transport:stdio
runtime:npm
Install Munim Computer Use in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"munim-computer-use": {
"command": "npx",
"args": [
"-y",
"munim-computer-use"
],
"env": {
"COMPUTER_USE_BROWSER": "<COMPUTER_USE_BROWSER>",
"COMPUTER_USE_AGENT_CURSOR": "<COMPUTER_USE_AGENT_CURSOR>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs