Skip to content
Zed

walletap for Zed

io.github.ivangr1/walletap

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

client:Zed transport:stdio runtime:npm

Install walletap in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "walletap": {
      "command": "npx",
      "args": [
        "-y",
        "@walletap/mcp-server"
      ],
      "env": {
        "WALLETAP_API_KEY": "<WALLETAP_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

walletap in other clients