Embedded Debugger (probe-rs)
pulsemcp/embedded debugger (probe-rs)Provides hardware debugging capabilities for ARM Cortex-M and RISC-V microcontrollers through probe-rs integration, supporting popular debug probes like J-Link and ST-Link with session management, memory operations, breakpoint control, flash programming, and Real-Time Transfer communication for embedded firmware development.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"embedded_debugger_(probe-rs)": {
"url": "None",
"transport": "http"
}
}
}