> ## 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.

# Cursor

## Install

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

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
  "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

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