Skip to content
Gemini CLI

Beget Hosting for Gemini CLI

io.github.badigit/beget-mcp

Beget hosting: sites, domains, DNS, MySQL, FTP, cron, backups, mail — 73 tools

client:Gemini CLI transport:stdio runtime:pypi

Install Beget Hosting 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": {
    "beget-mcp": {
      "command": "uvx",
      "args": [
        "beget-mcp"
      ],
      "env": {
        "BEGET_API_LOGIN": "<BEGET_API_LOGIN>",
        "BEGET_API_PASSWORD": "<BEGET_API_PASSWORD>"
      }
    }
  }
}

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

Beget Hosting in other clients