Claw Light

Using mccm

The TUI dashboard, the macOS menu-bar indicator, and what each status color means.

mccm gives you two ways to watch your sessions: a full terminal dashboard and an always-on menu-bar icon. Both read the same live session state.

The TUI dashboard

Launch the interactive dashboard:

mccm

You'll see every active Claude Code session with:

  • An auto-generated name derived from the session's initial prompt
  • Its current status color
  • Live updates as session state changes on disk

The menu-bar daemon

The daemon shows a single color-coded icon in your macOS menu bar that aggregates all of your sessions into one status:

mccm menubar

If you ran mccm install --login, this is already running after you log in.

What the colors mean

The Claw Light hardware shows exactly these colors — so anything you learn here applies to the lamp on your desk.

ColorStateWhat's happening
🟢 GreenActiveOne or more sessions are actively working.
🟡 YellowIdleSessions exist but nothing is running.
🔴 RedNeeds helpA session is waiting for your input.
⚪ GrayNo sessionsNothing is live.

The aggregate rule is "most urgent wins": if any session needs you, the icon is red, even if others are still working.

Real-time updates

mccm watches the Claude Code state directory for changes, so status updates are event-driven rather than polled — the icon (and your Claw Light) flips within a moment of a session changing state.

Next: set up your Claw Light →

On this page