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 Cursor’s mcp.json:
{
  "mcpServers": {
    "ablo-sync": {
      "transport": "http",
      "url": "https://<your-app>/api/mcp"
    }
  }
}
The file lives at ~/.cursor/mcp.json on macOS / Linux. Restart Cursor. The Ablo Sync tools appear under the MCP icon in the agent panel.

With auth

Add a headers block:
{
  "mcpServers": {
    "ablo-sync": {
      "transport": "http",
      "url": "https://<your-app>/api/mcp",
      "headers": {
        "Authorization": "Bearer $ABLO_MCP_TOKEN"
      }
    }
  }
}
Cursor expands shell-style env vars in this block. Set ABLO_MCP_TOKEN in your shell config.

Verify

In Cursor’s agent panel, open the MCP tools list. You should see the Ablo Sync resource tools and their JSON schemas.

More