Skip to content
Windsurf

zen for Windsurf

io.github.krystiangw/zen

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

client:Windsurf transport:stdio runtime:npm

Install zen in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "zen": {
      "command": "npx",
      "args": [
        "-y",
        "@krystiangw/zen-mcp"
      ],
      "env": {
        "ZEN_API_KEY": "<ZEN_API_KEY>",
        "ZEN_PAYWALL_SECRET": "<ZEN_PAYWALL_SECRET>",
        "ZEN_IPN_SECRET": "<ZEN_IPN_SECRET>",
        "ZEN_ENV": "<ZEN_ENV>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

zen in other clients