Start Mirra Bridge
Start the Mirra CC Bridge server. This connects your Claude Code session to the Mirra mobile app, enabling remote control via text and voice.
Steps
- •Run the server as a background process using
run_in_background: trueon the Bash tool. The script is at../../scripts/server.jsrelative to this skill's base directory:
bash
node <base_directory>/../../scripts/server.js
- •
Wait a few seconds, then read the output file to check if the server started successfully. Look for the
> Readyline and the tunnel URL. - •
Report the connection status to the user — show the tunnel URL and whether hooks/resource registration succeeded.
Important
- •The server is long-running. You MUST use
run_in_background: trueso it doesn't block the conversation. - •If the server exits immediately with "Setup incomplete", the user needs to run
/mirra-cc-bridge:configurefirst. - •If another instance is already running (port in use), suggest checking with
/mirra-cc-bridge:status.