← Back to Plugins
MCP Server MCP

OpenOCD Debugger

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx openocd-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "openocd-mcp",
      "version": "0.4.5",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to OpenOCD binary; optional.",
          "name": "OPENOCD_BIN"
        },
        {
          "description": "Path to openocd-mcp.json config; optional.",
          "name": "OPENOCD_MCP_CONFIG"
        },
        {
          "description": "Set to 1 to force read-only mode; optional.",
          "name": "OPENOCD_MCP_READONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...