Back to MCP Servers
🔌

adancurusul/embedded-debugger-mcp

MIT

🦀 📟 - 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

RustAI & LLMs

Install

npx -y adancurusul-embedded-debugger-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "adancurusul-embedded-debugger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adancurusul-embedded-debugger-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.