Skip to content
Gemini CLI

AsDecided for Gemini CLI

io.github.asdecided/core

Read-only access to deterministic engineering decisions stored in a local repository.

client:Gemini CLI transport:stdio runtime:oci

Install AsDecided in Gemini CLI

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

{
  "mcpServers": {
    "core": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/asdecided/core:mcp-v0.29.0"
      ]
    }
  }
}

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

AsDecided in other clients