Skip to content
Gemini CLI

computer mcp for Gemini CLI

io.github.agent360dk/computer-mcp

macOS computer use with the guardrails on: passwords blacked out, writes need consent, all logged.

client:Gemini CLI transport:stdio runtime:npm

Install computer mcp 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": {
    "computer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agent360/computer-mcp"
      ],
      "env": {
        "CMCP_MODE": "<CMCP_MODE>",
        "CMCP_ASK_TIMEOUT": "<CMCP_ASK_TIMEOUT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

computer mcp in other clients