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

# Windsurf

> Connect Seamless MCP in Windsurf.

<Note>
  MCP access must be enabled on your account. See [Access control](/mcp/access-control).
</Note>

Add to `~/.codeium/windsurf/mcp_config.json`. See the Windsurf [documentation](https://docs.windsurf.com/windsurf/cascade/mcp).

```json theme={null}
{
  "mcpServers": {
    "seamless": {
      "url": "https://mcp.seamless.ai/mcp"
    }
  }
}
```

See [Authentication](/mcp/authentication).
