Skip to content
Gemini CLI

Occludra — MCP Gateway (AI Security Gateway) for Gemini CLI

ai.occludra/mcp-gateway

Security & DLP proxy for MCP: tool-poisoning scans, PII redaction on tool args/results. Beta.

client:Gemini CLI transport:streamable-http

Install Occludra — MCP Gateway (AI Security Gateway) in Gemini CLI

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

{
  "mcpServers": {
    "mcp-gateway": {
      "httpUrl": "https://api.aisecuritygateway.ai/mcp"
    }
  }
}

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

Occludra — MCP Gateway (AI Security Gateway) in other clients