Back to directory
adancurusul/embedded-debugger-mcp

adancurusul/embedded-debugger-mcp

@Adancurusul

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-debuggingprobe-rsarm-cortex-mrisc-vj-linkst-linkdaplinkrtttool

Installation & Configuration

{
  "mcpServers": {
    "embedded-debugger": {
      "command": "/path/to/debugger-mcp-rs/target/release/embedded-debugger-mcp",
      "args": [],
      "env": {
        "RUST_LOG": "info"
      }
    }
  }
}

Information

Transport
stdio
Language
Rust
Created
2026/6/11
Updated
2026/6/12