Connect Fine Structure to Windsurf

Windsurf's Cascade panel manages MCP servers, and remote servers are declared with serverUrl rather than url. You can add Fine Structure through the Add Server dialog or by editing the raw config, and Cascade supports OAuth for each transport type. Remember the refresh step, because a newly added server does not appear until you refresh.

Before you start

Step by step

  1. In Windsurf, open Settings, then Tools, then Windsurf Settings.
  2. Click Add Server to use the dialog, or click View Raw Config to edit mcp_config.json directly. Opening it from the UI is the safest route, because that is the exact file Windsurf reads.
  3. If you are editing the raw config, add the entry from the config snippet below. Windsurf uses serverUrl for remote servers, not url.
  4. Save the file.
  5. Press the refresh button in the Cascade MCP panel. A newly added server is not active until you refresh.
  6. Complete the sign in when prompted. Windsurf's docs state that Cascade supports OAuth for each transport type, including streamable HTTP.
  7. Ask Cascade to list your Fine Structure apps to confirm the tools loaded.
  8. If your build does not offer an OAuth prompt, create a scoped token in the Fine Structure Studio MCP Server tab and add a headers object with Authorization set to Bearer plus that token.

Configuration

{
  "mcpServers": {
    "finestructure": {
      "serverUrl": "https://finestructure.ai/api/mcp",
      "headers": {}
    }
  }
}

What to watch out for

Questions people ask

Why is serverUrl different from every other editor?

It is simply Windsurf's chosen field name for remote MCP servers. Its documentation uses serverUrl in the remote examples, and a config copied from a Cursor or VS Code guide will not connect until you rename the field.

I added the server and nothing happened.

Press the refresh button in the Cascade MCP panel. Windsurf's docs call this out explicitly: a newly added plugin or server is not activated until you refresh.

Does Windsurf need a token, or will OAuth do?

OAuth should be enough, because Windsurf's docs say Cascade supports OAuth for each transport type. If your build does not prompt, fall back to a scoped token from the Studio MCP Server tab in the headers object.

Vendor documentation we checked

All platforms: connect Fine Structure to any AI. Also the documentation and pricing.