Skip to content
Gemini CLI

TAP for Gemini CLI

tech.human/tap

Credential isolation for AI agents: placeholder secrets, policy checks, optional human approval.

client:Gemini CLI transport:streamable-http

Install TAP in Gemini CLI

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

{
  "mcpServers": {
    "tap": {
      "httpUrl": "https://mcp.tap.human.tech/mcp"
    }
  }
}

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

TAP in other clients