McuBuddy for Cursor
io.github.cunjun/mcubuddy
AI-native MCU debugging and observability through probes, symbols, RTOS, logs, and build tools.
client:Cursor
transport:stdio
runtime:pypi
Install McuBuddy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcubuddy": {
"type": "stdio",
"command": "uvx",
"args": [
"McuBuddy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs