walletap for VS Code
io.github.ivangr1/walletap
Issue and manage Apple Wallet & Google Wallet passes from any AI assistant.
client:VS Code
transport:stdio
runtime:npm
Install walletap in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "walletap-api-key",
"description": "WALLETAP_API_KEY",
"password": true
}
],
"servers": {
"walletap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@walletap/mcp-server"
],
"env": {
"WALLETAP_API_KEY": "${input:walletap-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs