Skip to content
Windsurf

OpenOCD Debugger for Windsurf

io.github.microhenrio/openocd-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install OpenOCD Debugger in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openocd-mcp": {
      "command": "uvx",
      "args": [
        "openocd-mcp"
      ],
      "env": {
        "OPENOCD_BIN": "<OPENOCD_BIN>",
        "OPENOCD_MCP_CONFIG": "<OPENOCD_MCP_CONFIG>",
        "OPENOCD_MCP_READONLY": "<OPENOCD_MCP_READONLY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

OpenOCD Debugger in other clients