Back to MCP Servers
Embedded Debugger
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
embedded-system
By adancurusul
Installation
npx -y embedded-debugger-mcpConfiguration
{
"mcpServers": {
"embedded-debugger-mcp": {
"command": "npx",
"args": ["-y", "embedded-debugger-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes