Skip to content
Gemini CLI

Beecargo for Gemini CLI

io.github.beecargo/mcp

Publish a file from an agent and get a durable beecargo.net/d/{shortId} share link.

client:Gemini CLI transport:streamable-http

Install Beecargo in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://mcp.beecargo.net/mcp"
    }
  }
}

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

Beecargo in other clients