Skip to content
Gemini CLI

IdentArk Gateway for Gemini CLI

io.identark/gateway

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

client:Gemini CLI transport:streamable-http

Install IdentArk Gateway in Gemini CLI

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

{
  "mcpServers": {
    "gateway": {
      "httpUrl": "https://api.identark.io/v1/mcp/rpc"
    }
  }
}

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

IdentArk Gateway in other clients