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
{
"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