WalletWallet: Apple and Google Wallet passes for Gemini CLI
dev.walletwallet/wallet-passes
Create, update, and revoke Apple Wallet and Google Wallet passes from any MCP client.
client:Gemini CLI
transport:streamable-http
Install WalletWallet: Apple and Google Wallet passes in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"wallet-passes": {
"httpUrl": "https://api.walletwallet.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs