OpenOCD Debugger runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from pypi. Last commit 2 Jul 2026.
Debug microcontrollers via OpenOCD: flash, breakpoints, memory, registers and variables.
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"
}
}
}
Answers built from our own checks of this server.