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

# Claude Code

## Install

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
claude mcp add --transport http ablo https://<your-app>/api/mcp
```

That's it. The next `/help` in Claude Code will list the Ablo Sync tools.

## Verify

In Claude Code, run:

```
/mcp list
```

You should see `ablo` with the Ablo Sync tools enumerated.

## Removing

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
claude mcp remove ablo
```

## More

* [MCP overview](/docs/mcp) — how the transport works.
* [Cursor setup](/docs/mcp/cursor) — same JSON, different UI.
* [Windsurf setup](/docs/mcp/windsurf) — same JSON, different UI.
