Documentation

Connecting Windsurf

Connect Windsurf to ZopNight's MCP server to query your cloud infrastructure directly from your editor using Cascade.

Connect Windsurf to ZopNight's MCP server to query your cloud infrastructure directly from your editor using Cascade.

Setup

  1. Open Windsurf
  2. Go to Settings
  3. Scroll down to Cascade section
  4. Click Open MCP Registry
  5. In the Installed section, click the Settings icon (⚙️)
  6. Paste the JSON config below
  7. Press Ctrl+S (or Cmd+S) to save

Configuration

json
{
"mcpServers": {
  "zopnight": {
    "serverUrl": "<server-url>",
    "headers": {
      "Authorization": "Bearer <your-token>"
    }
  }
}
}

Note

  • Replace <server-url> with the Server URL copied from your Organisation Settings page or from the Developer Settings page while creating your PAT token.
  • Replace <your-token> with your Personal Access Token (starts with zn_pat...).
  • Windsurf uses serverUrl (not url) in the config.

Verify Connection

Once configured, open Cascade and ask:

text
List my organisations

If configured correctly, it will call the list_organisations tool and show your organisations.