Skip to content
Windsurf

mcp installation for Windsurf

com.proabono/mcp-installation

Installs ProAbono into a website from the IDE: hosted pages, catalogue, customers, subscriptions.

client:Windsurf transport:stdio runtime:npm

Install mcp installation 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": {
    "mcp-installation": {
      "command": "npx",
      "args": [
        "-y",
        "@proabono/mcp-installation"
      ],
      "env": {
        "PROABONO_API_BASE": "<PROABONO_API_BASE>",
        "PROABONO_BUSINESS_ID": "<PROABONO_BUSINESS_ID>",
        "PROABONO_SEGMENT_REF": "<PROABONO_SEGMENT_REF>",
        "PROABONO_AGENT_KEY": "<PROABONO_AGENT_KEY>",
        "PROABONO_API_KEY": "<PROABONO_API_KEY>",
        "PROABONO_PORTAL_SECRET": "<PROABONO_PORTAL_SECRET>",
        "PROABONO_WEBHOOK_SECRET": "<PROABONO_WEBHOOK_SECRET>"
      }
    }
  }
}

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

mcp installation in other clients