Skip to main content

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.

Install

Add the Ablo Sync MCP server to Windsurf’s MCP config:
{
  "mcpServers": {
    "ablo-sync": {
      "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.

With auth

{
  "mcpServers": {
    "ablo-sync": {
      "transport": "http",
      "url": "https://<your-app>/api/mcp",
      "headers": {
        "Authorization": "Bearer $ABLO_MCP_TOKEN"
      }
    }
  }
}

Verify

Cascade’s MCP panel lists every configured server with its tools. You should see ablo-sync with resource tools enumerated.

More