Skip to content
Gemini CLI

AXIOM for Gemini CLI

io.github.dragoscv/axiom

Transactional write gate for coding agents: plan, canonical manifest, checks, two-phase apply.

client:Gemini CLI transport:stdio runtime:npm

Install AXIOM in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "axiom": {
      "command": "npx",
      "args": [
        "-y",
        "@codai/axiom-mcp"
      ],
      "env": {
        "AXIOM_SIGNING_KEY": "<AXIOM_SIGNING_KEY>"
      }
    }
  }
}

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

AXIOM in other clients