Skip to content
Zed

mcp pay gate for Zed

io.github.zekebuilds-lab/mcp-pay-gate

Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.

client:Zed transport:stdio runtime:npm

Install mcp pay gate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-pay-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-pay-gate"
      ],
      "env": {
        "POW_GATE_URL": "<POW_GATE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp pay gate in other clients