Skip to content
Gemini CLI

GenieLocker for Gemini CLI

io.github.nhantour/genie-locker

Discover and quote quality-gated private AI inference without creating or buying a locker.

client:Gemini CLI transport:stdio runtime:oci

Install GenieLocker 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": {
    "genie-locker": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nhantour/genie-locker-mcp:0.2.0"
      ],
      "env": {
        "GENIE_BASE_URL": "<GENIE_BASE_URL>"
      }
    }
  }
}

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

GenieLocker in other clients