Skip to main content
Developer ToolsRust

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

embedded-systemembedded
Share:

Quick Start

Clone the repository:

git clone https://github.com/adancurusul/embedded-debugger-mcp

Claude 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.

Details

Category
Developer Tools
Language
Rust
Author
adancurusul