McuBuddy for VS Code
io.github.cunjun/mcubuddy
AI-native MCU debugging and observability through probes, symbols, RTOS, logs, and build tools.
client:VS Code
transport:stdio
runtime:pypi
Install McuBuddy in VS Code
.vscode/mcp.json
{
"servers": {
"mcubuddy": {
"type": "stdio",
"command": "uvx",
"args": [
"McuBuddy"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs