Backend for PC Monitor (USB Version) written in Rust.
This backend collects system statistics (CPU, RAM, GPU) and sends them to the Flipper Zero via USB Serial (CDC).
Please note that GPU info is only displayed on Nvidia cards (inherited from original project).
bash
cargo run --release
Or build it and run the binary:
bash
cargo build --release
./target/release/flipper-pc-monitor-backend-usbThe backend automatically detects the Flipper Zero (VID: 0x0483, PID: 0x5740).
$ claude mcp add Flipper-Zero-PC-Monitor-USB-Backend \
-- python -m otcore.mcp_server <graph>