CMSIS-DAP-MCP

guohj2021/CMSIS-DAP-MCP
★ 0 stars Rust Code/Dev Tools Updated today
MCP server for CMSIS-DAP debug probes: AI access to Cortex-M memory, core control, SVD peripherals, and flash programming.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cmsis-dap-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "CMSIS-DAP-MCP"
      ]
    }
  }
}

README Excerpt

> CMSIS-DAP tools for Cortex-M: an MCP server for AI assistants plus a > standalone CLI, both built on the same engine. <!-- Keep the Release badge ?branch= in sync with the latest release tag; the tag-triggered Release workflow never runs on main. --> --- <a id="english"></a> **CMSIS-DAP MCP** is a repository with two tools built on the same engine:

Tools (1)

npx