Quickstart
OpenClaw
One command wires Rilo into your OpenClaw config.
Recommended: one command
npx rilogtm connect
Writes the Rilo endpoint into your OpenClaw config. The CLI does not complete sign-in; OAuth behavior depends on the installed MCP client.
Verify the connection
Ask OpenClaw:
Show my Rilo workspace overview.
You are connected when Rilo returns your workspace overview. If OpenClaw never offers browser sign-in, use the API-token fallback below.
Headless fallback
Create an API token from the API tokens section in Setup, then add Rilo to mcporter's configuration:
Add to ~/.mcporter/mcporter.json (replace YOUR_TOKEN)
{
"mcpServers": {
"rilo": {
"baseUrl": "https://growth-mcp.getrilo.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}Troubleshooting
- 401 / authentication failed: the token was revoked or mistyped. Create a replacement in Setup and update the config.