Skip to content
Gemini CLI

agent identity mcp for Gemini CLI

io.github.flovoice53-tech/agent-identity-mcp

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

client:Gemini CLI transport:stdio runtime:npm

Install agent identity mcp 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": {
    "agent-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "env": {
        "SMS_FLORIN_API_KEY": "<SMS_FLORIN_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

agent identity mcp in other clients