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

# Windsurf

## Install

Add the Ablo Sync MCP server to Windsurf's MCP config:

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
  "mcpServers": {
    "ablo": {
      "transport": "http",
      "url": "https://<your-app>/api/mcp"
    }
  }
}
```

The config path differs by platform — Windsurf surfaces it in Settings →
Cascade → MCP. Restart Windsurf after saving.

## Verify

Cascade's MCP panel lists every configured server with its tools. You
should see `ablo` with the Ablo Sync tools enumerated.

## More

* [MCP overview](/docs/mcp) — how the transport works.
* [Claude Code setup](/docs/mcp/claude-code) — CLI install.
* [Cursor setup](/docs/mcp/cursor) — same JSON shape.
