Building an AI debugger for embedded systems.
You know that feeling when your microcontroller crashes and you spend 3 hours staring at cryptic registers trying to figure out why? Yeah, I got tired of that.
So I built an MCP server that lets Claude talk directly to GDB. Now instead of manually decoding CFSR registers, I just ask "why did it crash?" and get back "division by zero at line 142 in calculate_average()".
It's pretty satisfying to watch Claude diagnose a deadlock between two RP2040 cores in 10 seconds - something that would've ruined my entire afternoon.
Just shipped v0.1.0: https://github.com/ezulabs/embeddedgdbmcp