MCP Directory
Back

embedded-debugger-mcp

by Adancurusul · Rust · ★ 115

MCP server, CLI, and Codex/Claude skill for embedded debugging with probe-rs, supporting ARM Cortex-M and RISC-V debug workflows.

#ai-skill#arm-cortex-m#claude-code#claude-code-skill#claude-skill#cli#codex-skill#debug-probe#embedded-debugging#embedded-systems#mcp#mcp-server#model-context-protocol#probe-rs#riscv#rust#skill

Install

cargo install --git https://github.com/Adancurusul/embedded-debugger-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "embedded-debugger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:Adancurusul/embedded-debugger-mcp"
      ]
    }
  }
}

From the README

[](https://rust-lang.org) [](https://github.com/modelcontextprotocol/rust-sdk) [](LICENSE) Embedded Debugger MCP is a Rust server for embedded debugging through probe-rs. It exposes MCP tools for AI assistants and also includes a small CLI and bundled skill for users who want a command-driven workflow without setting up an MCP client first. Language versions: [English](README.md) | [中文](README_zh.md) - MCP tools for probe discovery, target connection, core control, memory access, breakpoints, flash programming, and RTT communication. - CLI commands for environment checks, configuration in…
Read full README on GitHub →

Related developer tools servers