mcp pay gate for Cursor
io.github.zekebuilds-lab/mcp-pay-gate
Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.
client:Cursor
transport:stdio
runtime:npm
Install mcp pay gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-pay-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@powforge/mcp-pay-gate"
],
"env": {
"POW_GATE_URL": "<POW_GATE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs