Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Munim Computer Use in other clients