Skip to content
Gemini CLI

Hostbeam for Gemini CLI

app.hostbeam/mcp

Lets a coding agent read the screenshots you beam to its server with Hostbeam.

client:Gemini CLI transport:stdio runtime:npm

Install Hostbeam 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hostbeam/mcp"
      ],
      "env": {
        "HOSTBEAM_DIR": "<HOSTBEAM_DIR>"
      }
    }
  }
}

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

Hostbeam in other clients