Skip to content
Gemini CLI

Decidealot for Gemini CLI

io.github.psyb0t/decidealot

Local Laya and Von typed decisions over TypeSafe-compatible MCP.

client:Gemini CLI transport:stdio runtime:oci

Install Decidealot in Gemini CLI

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

{
  "mcpServers": {
    "decidealot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/decidealot:v0.4.1"
      ]
    }
  }
}

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

Decidealot in other clients