> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scoutlayer.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Windsurf

> Connect Cascade to ScoutLayer through remote MCP.

<Note>Requires Windsurf with remote HTTP MCP support enabled.</Note>

<Steps>
  <Step title="Create an API key">
    Generate a ScoutLayer API key from the [Credentials page](https://app.scoutlayer.io/dashboard/credentials).
  </Step>

  <Step title="Add the server">
    Open Cascade's MCP settings, or edit `~/.codeium/windsurf/mcp_config.json` directly:

    ```json ~/.codeium/windsurf/mcp_config.json theme={null}
    {
      "mcpServers": {
        "scoutlayer": {
          "serverUrl": "https://api.scoutlayer.io/mcp",
          "headers": {
            "X-API-Key": "YOUR_API_KEY"
          }
        }
      }
    }
    ```
  </Step>

  <Step title="Refresh and confirm">
    Refresh the MCP list and confirm ScoutLayer tools are enabled.
  </Step>
</Steps>

See Windsurf's [Cascade MCP documentation](https://docs.windsurf.com/windsurf/cascade/mcp) for more detail.
