Introduction
Claw Light + mccm — see your Claude Code agents at a glance.
Claw Light is a desktop status light that mirrors your Claude Code sessions in real time. It's the hardware companion to mccm ("micro claude code manager"), a lightweight Rust tool that watches your sessions and reports a single, honest status color.
Green means your agents are working. Red means one needs you. You'll know without alt-tabbing.
How the pieces fit
mccm (the brain)
A TUI dashboard and macOS menu-bar daemon that watches every Claude Code session and computes an aggregate status.
Claw Light (the lamp)
An ESP32-powered LED on your desk that glows the current status color, driven by mccm.
The status colors
| Color | Meaning |
|---|---|
| 🟢 Green | All sessions active — agents are working. |
| 🟡 Yellow | Idle / waiting — nothing is actively running. |
| 🔴 Red | A session needs your input. |
| ⚪ Gray | No live sessions. |