Skip to content
Gemini CLI

Nofax for Gemini CLI

io.github.akzar1el/nofax

Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.

client:Gemini CLI transport:stdio runtime:npm

Install Nofax in Gemini CLI

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

{
  "mcpServers": {
    "nofax": {
      "command": "npx",
      "args": [
        "-y",
        "nofax"
      ]
    }
  }
}

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

Nofax in other clients