MCPCloud.sh — Product and API reference
All clients

Connect Windsurf

Windsurf uses the same direct-endpoint MCP configuration as other Cascade-style clients. Add the URL entry and reload.

TransportStreamable HTTPConfigWindsurf MCP settings

How do I connect an MCP server to Windsurf?

Add the server URL under Settings → Cascade → MCP servers and refresh the server list. Windsurf connects to remote MCP endpoints directly over streamable HTTP, so no local bridge is required.

Setup

  1. Open Windsurf → Settings → Cascade → MCP servers.
  2. Add the entry below with your deployment URL.
  3. Refresh the MCP server list in Windsurf.
Windsurf MCP settingsjson
{
  "mcpServers": {
    "my-server": {
      "url": "https://my-server.mcp.cloud/mcp"
    }
  }
}

Verify the connection

Open the MCP servers panel and confirm the server connects without errors.

Troubleshooting

Server stuck connecting.

Confirm the URL is reachable in a browser and ends in `/mcp`.

Windsurf MCP documentation

Connect another client