Quickstart

Claude Code

One command connects Claude Code to Rilo.

npx rilogtm connect

Detects Claude Code and adds the Rilo endpoint. Restart Claude Code and approve Google sign-in when Rilo connects.

Restart Claude Code (or run /mcp) and the Rilo tools are available.

Verify the connection

Restart Claude Code (or run /mcp), then ask:

Show my Rilo workspace overview.

You are connected when Rilo returns your workspace overview.

Headless or CI fallback

Machines without a browser can use a personal API token. Create one from the API tokens section in Setup, then add it as a bearer header:

Run in your terminal (replace YOUR_TOKEN)
claude mcp add --transport http rilo https://growth-mcp.getrilo.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"

Store the token in a secret manager. Rotate or revoke it from Setup.

Troubleshooting

  • Browser sign-in does not open - copy the sign-in URL printed by the CLI into a browser on the same machine.
  • 401 in a headless setup - the token is mistyped or revoked. Create a replacement in Setup and re-add the server.
  • Tools don't show up - remove the old entry with claude mcp remove rilo, add it again, and restart Claude Code.

On this page