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
{
"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