For the complete documentation index, see llms.txt. This page is also available as Markdown.

Windsurf

Connect Celigo Platform MCP to the Windsurf editor.

Prerequisites

  • Windsurf installed.

  • An integrator.io user (see Connect a client).

Connect

Add the server to ~/.codeium/windsurf/mcp_config.json. Windsurf names the remote URL serverUrl.

{
  "mcpServers": {
    "celigo": {
      "serverUrl": "https://api.integrator.io/celigo-mcp"
    }
  }
}

Swap the host to target another region. See Pick your endpoint.

Open Windsurf Settings > Cascade > MCP Servers and select Refresh so celigo loads. Windsurf opens your browser to authenticate. Sign in with your Celigo credentials and pick the account and environment the agent should work in.

Use an API token instead

Windsurf auto-opens the browser sign-in on releases from February 2026 onward. On an older version, or if you prefer a token, add it as a header.

⚠️ A token in mcp_config.json is stored in plain text. Keep the file out of version control and off shared machines, and rotate the token in Resources > API tokens if it is exposed.

Verify

In Cascade, ask:

List my connections.

Windsurf calls list_connections and reports the result.

Last updated

Was this helpful?