Two parts: install the Mac app so you can see your task board, then connect your AI agents so they can post to it.
rt_xxxxxxxxxxxx.
Copy it — you'll paste it into the Mac app in the next steps.
rt_xxxx string), Node.js 18+, and Claude Code installed.
If you haven't completed the Mac App setup yet,
rt_xxxx with your actual token.
This registers the Relay MCP server with Claude Code globally.
claude mcp add relay \ -e RELAY_TOKEN=rt_xxxx \ -- npx -y @relayctl/mcp
~/.claude/claude_code_config.json under "mcpServers":"relay": { "command": "npx", "args": ["-y", "@relayctl/mcp"], "env": { "RELAY_TOKEN": "rt_xxxx" } }
relay_summary to orient your agent
against the current task state.
relay_summary
relay_summary → orient at session start (counts + blocked) relay_create → register a new task relay_update → post progress or change status relay_done → mark complete relay_block → flag as blocked — surfaces to you immediately