Skip to content
Gemini CLI

walletap for Gemini CLI

io.github.ivangr1/walletap

Issue and manage Apple Wallet & Google Wallet passes from any AI assistant.

client:Gemini CLI transport:stdio runtime:npm

Install walletap 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": {
    "walletap": {
      "command": "npx",
      "args": [
        "-y",
        "@walletap/mcp-server"
      ],
      "env": {
        "WALLETAP_API_KEY": "<WALLETAP_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

walletap in other clients