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
{
"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