Skip to content
Gemini CLI

Un-Default for Gemini CLI

io.github.nomadbuilder/un-default

Catch racist, sexist & ableist defaults in AI and human copy. Local rules, no account.

client:Gemini CLI transport:stdio runtime:npm

Install Un-Default in Gemini CLI

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

{
  "mcpServers": {
    "un-default": {
      "command": "npx",
      "args": [
        "-y",
        "anti-default"
      ]
    }
  }
}

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

Un-Default in other clients