Skip to content
AbloAblo Docs
Esc
navigateopen⌘Jpreview
On this page

Cursor

Point Cursor at your models through the coordination MCP server.

Install

Add the Ablo Sync MCP server to Cursor’s mcp.json:

{
  "mcpServers": {
    "ablo": {
      "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.

Verify

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

More

Was this page helpful?