z zero mcp for VS Code
io.github.dempty-glitch/z-zero-mcp
Payments for AI agents: gasless USDC on Base + JIT single-use virtual cards, PAN never in context.
client:VS Code
transport:stdio
runtime:npm
Install z zero mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "z-zero-api-key",
"description": "Z_ZERO_API_KEY",
"password": true
}
],
"servers": {
"z-zero-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"z-zero-mcp-server"
],
"env": {
"Z_ZERO_API_KEY": "${input:z-zero-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