Mirra

Claude Code Bridge

The Mirra Claude Code Bridge connects Claude Code on your computer to the Mirra mobile app, letting you monitor and control your coding sessions from anywhere.

What it does

  • Spawn sessions remotely — Start Claude Code from your phone when you're away from your computer
  • Rich permission cards — Approve or deny tool usage with a single tap (Allow / Deny / Allow Always)
  • Execution details — See exactly what Claude did with step-by-step tool execution cards
  • Multi-turn conversations — Send follow-up prompts to continue the session

Quick install

npm install -g mirra-cc-bridge
mirra-cc-bridge start

The setup wizard handles everything automatically. When you run it for the first time, your browser will open for a quick sign-in — no API keys to copy.

How it works

  1. Start the bridgemirra-cc-bridge start connects your PC to Mirra via secure tunnel
  2. Spawn sessions from mobile — Send a prompt from the Mirra app to start Claude Code
  3. Receive structured output — Claude's responses appear as rich cards with tool execution details
  4. Approve actions — Tap Allow/Deny buttons for permission prompts (no typing needed)
  5. Continue the conversation — Reply to send follow-up prompts to the active session
┌─────────────────┐         ┌─────────────────┐         ┌─────────────────┐
│   Your Phone    │◄───────►│  Mirra Cloud    │◄───────►│   Your PC       │
│   (Mirra App)   │         │  (Mirra Tunnel) │         │  (Claude Code)  │
└─────────────────┘         └─────────────────┘         └─────────────────┘

The bridge uses Mirra Tunnel for secure connectivity and Mirra Flows for efficient message routing — no expensive AI calls for each interaction.

Requirements

  • Node.js 18 or higher
  • Claude Code CLI installed on your computer
  • Mirra account (free to create)

Next steps

On this page