McuBuddy for Zed
io.github.cunjun/mcubuddy
AI-native MCU debugging and observability through probes, symbols, RTOS, logs, and build tools.
client:Zed
transport:stdio
runtime:pypi
Install McuBuddy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcubuddy": {
"command": "uvx",
"args": [
"McuBuddy"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs