Connect your agent

Crilo exposes a remote MCP endpoint per workspace. Any MCP-speaking client can drive the canvas through it.

Add the endpoint

Copy the snippet from your workspace home (the Connect your agent card) — it already has your workspace id baked in:

claude mcp add --transport http crilo https://mcp.crilo.app/mcp/<workspace-id>

For Cursor, Windsurf, or another client, use the same URL with that client’s “add MCP server” flow.

What the agent can do

Once connected, the agent has a focused tool set:

  • Build — create boxes and text, lay out groups, draw connectors and arrows.
  • Read — fetch a board summary or a scoped slice of elements without dumping everything.
  • Track — add and advance tasks on the board’s plan.

You watch all of it happen live on the canvas. Nothing the agent does is hidden behind a generate-and-export step.