Skip to content
Gemini CLI

qorami for Gemini CLI

io.github.loicfontaine-max/qorami

Check an email before an AI agent sends it: send / ask a human / block. Detects prompt injection.

client:Gemini CLI transport:stdio runtime:npm

Install qorami 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": {
    "qorami": {
      "command": "npx",
      "args": [
        "-y",
        "qorami-mcp"
      ],
      "env": {
        "QORAMI_API_KEY": "<QORAMI_API_KEY>"
      }
    }
  }
}

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

qorami in other clients