Skip to content
Gemini CLI

Cordon for MCP for Gemini CLI

io.github.marras0914/cordon

Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.

client:Gemini CLI transport:stdio runtime:npm

Install Cordon for MCP in Gemini CLI

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

{
  "mcpServers": {
    "cordon": {
      "command": "npx",
      "args": [
        "-y",
        "@getcordon/cli"
      ]
    }
  }
}

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

Cordon for MCP in other clients