mcp pay gate for VS Code
io.github.zekebuilds-lab/mcp-pay-gate
Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.
client:VS Code
transport:stdio
runtime:npm
Install mcp pay gate in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "pow-gate-url",
"description": "POW_GATE_URL",
"password": true
}
],
"servers": {
"mcp-pay-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@powforge/mcp-pay-gate"
],
"env": {
"POW_GATE_URL": "${input:pow-gate-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs