adancurusul/embedded-debugger-mcp
A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more
Quick Start
Clone the repository:
git clone https://github.com/adancurusul/embedded-debugger-mcpClaude Desktop configuration example:
{
"mcpServers": {
"embedded-debugger-mcp": {
"command": "npx",
"args": [
"-y",
"adancurusul/embedded-debugger-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.