OpenOCD Debugger runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from pypi. Last commit 2 Jul 2026.
Debug microcontrollers via OpenOCD: flash, breakpoints, memory, registers and variables.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return os.path.join(_REPO_DIR, path)
self._proc = subprocess.Popen(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add openocd-mcp -- uvx openocd-mcp
{
"mcpServers": {
"openocd-mcp": {
"args": [
"openocd-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.openocd-mcp]
command = "uvx"
args = ["openocd-mcp"]
{
"mcpServers": {
"openocd-mcp": {
"args": [
"openocd-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"openocd-mcp": {
"args": [
"openocd-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OPENOCD_BIN (Path to OpenOCD binary; optional.), OPENOCD_MCP_CONFIG (Path to openocd-mcp.json config; optional.), OPENOCD_MCP_READONLY (Set to 1 to force read-only mode; optional.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
Debug any supported language with breakpoints, variable/state inspection, and stepping.
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
Windows x64dbg/x32dbg debugging with guarded sessions, breakpoints, memory and runtime evidence.
Chrome DevTools for AI assistants: console, network, DOM, source maps, breakpoints, live variables.
Register and manage internet domains for AI agents via AgentDomain
Portable AI memory as MCP tools: five reads and three controlled writes.
Answers built from our own checks of this server.