Skip to content
Gemini CLI

Hostim for Gemini CLI

io.github.hostimdev/hostim

Deploy and manage apps, databases, volumes and domains on Hostim, an EU cloud hosting platform.

client:Gemini CLI transport:stdio runtime:oci

Install Hostim 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": {
    "hostim": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hostimdev/cli:v0.1.36"
      ],
      "env": {
        "HOSTIM_TOKEN": "<HOSTIM_TOKEN>"
      }
    }
  }
}

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

Hostim in other clients