Skip to content
Gemini CLI

vibeshare live for Gemini CLI

io.github.pooriaarab/vibeshare-live

Share a live agent coding session by URL. Spectate or invite in.

client:Gemini CLI transport:stdio runtime:npm

Install vibeshare live in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "vibeshare-live": {
      "command": "npx",
      "args": [
        "-y",
        "vibeshare-live"
      ]
    }
  }
}

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

vibeshare live in other clients