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

claude mcp add --transport http ablo-sync https://<your-app>/api/mcp
That’s it. The next /help in Claude Code will list the Ablo Sync tools.

With auth

If your deployment requires a capability token (production setups should):
claude mcp add --transport http ablo-sync https://<your-app>/api/mcp \
  --header "Authorization=Bearer $ABLO_MCP_TOKEN"
Create a session-scoped capability from the dashboard or via the API — see MCP overview.

Verify

In Claude Code, run:
/mcp list
You should see ablo-sync with the resource tools enumerated.

Removing

claude mcp remove ablo-sync

More