Skip to content
Gemini CLI

Waqi — AI Privacy Layer for Gemini CLI

io.github.ajprolific/waqi

Redacts PII from your business tools before the AI sees them — with a provable audit log.

client:Gemini CLI transport:streamable-http

Install Waqi — AI Privacy Layer in Gemini CLI

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

{
  "mcpServers": {
    "waqi": {
      "httpUrl": "https://waqi.bilazann.com/api/mcp/{token}"
    }
  }
}

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

Waqi — AI Privacy Layer in other clients