Skip to content
Gemini CLI

Fable Mode for Gemini CLI

io.github.rex-codebase/fable-mode

Mechanical write gates, evidence receipts, and adversarial review for AI coding agents.

client:Gemini CLI transport:stdio runtime:pypi

Install Fable Mode in Gemini CLI

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

{
  "mcpServers": {
    "fable-mode": {
      "command": "uvx",
      "args": [
        "fable-engine"
      ]
    }
  }
}

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

Fable Mode in other clients