Odel
OpenOCD Debugger

OpenOCD Debugger

Local
@microhenrio4TclMITUpdated 2mo ago

Debug microcontrollers via OpenOCD: flash, breakpoints, memory, registers and variables.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIopenocd-mcpv0.4.5

Run

uvx openocd-mcp

MCP client config

{
  "mcpServers": {
    "openocd-debugger": {
      "command": "uvx",
      "args": [
        "openocd-mcp"
      ]
    }
  }
}