OpenOCD Debugger
Rank #18,790io.github.microhenrio/openocd-mcp
Debug microcontrollers via OpenOCD: flash, breakpoints, memory, registers and variables.
OpenOCD Debugger is a Model Context Protocol (MCP) server published by microhenrio. It ranks #18,790 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. OpenOCD Debugger is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Jul 2, 2026.
Ranks ahead of 113,256 of 132,046 servers on MCP Toplist.
Use OpenOCD Debugger
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add openocd-mcp -e "OPENOCD_BIN=<your OPENOCD_BIN>" -e "OPENOCD_MCP_CONFIG=<your OPENOCD_MCP_CONFIG>" -e "OPENOCD_MCP_READONLY=<your OPENOCD_MCP_READONLY>" -- uvx openocd-mcpReplace each placeholder with your own value before saving.
[mcp_servers.openocd-mcp]
command = "uvx"
args = ["openocd-mcp"]
[mcp_servers.openocd-mcp.env]
OPENOCD_BIN = "<your OPENOCD_BIN>"
OPENOCD_MCP_CONFIG = "<your OPENOCD_MCP_CONFIG>"
OPENOCD_MCP_READONLY = "<your OPENOCD_MCP_READONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openocd-mcp": {
"command": "uvx",
"args": [
"openocd-mcp"
],
"env": {
"OPENOCD_BIN": "<your OPENOCD_BIN>",
"OPENOCD_MCP_CONFIG": "<your OPENOCD_MCP_CONFIG>",
"OPENOCD_MCP_READONLY": "<your OPENOCD_MCP_READONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openocd-mcp": {
"command": "uvx",
"args": [
"openocd-mcp"
],
"env": {
"OPENOCD_BIN": "<your OPENOCD_BIN>",
"OPENOCD_MCP_CONFIG": "<your OPENOCD_MCP_CONFIG>",
"OPENOCD_MCP_READONLY": "<your OPENOCD_MCP_READONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openocd-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openocd-mcp"
],
"env": {
"OPENOCD_BIN": "<your OPENOCD_BIN>",
"OPENOCD_MCP_CONFIG": "<your OPENOCD_MCP_CONFIG>",
"OPENOCD_MCP_READONLY": "<your OPENOCD_MCP_READONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openocd-mcp": {
"command": "uvx",
"args": [
"openocd-mcp"
],
"env": {
"OPENOCD_BIN": "<your OPENOCD_BIN>",
"OPENOCD_MCP_CONFIG": "<your OPENOCD_MCP_CONFIG>",
"OPENOCD_MCP_READONLY": "<your OPENOCD_MCP_READONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openocd-mcp": {
"command": "uvx",
"args": [
"openocd-mcp"
],
"env": {
"OPENOCD_BIN": "<your OPENOCD_BIN>",
"OPENOCD_MCP_CONFIG": "<your OPENOCD_MCP_CONFIG>",
"OPENOCD_MCP_READONLY": "<your OPENOCD_MCP_READONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.microhenrio%2Fopenocd-mcp)<a href="https://mcptoplist.com/server/io.github.microhenrio%2Fopenocd-mcp"><img src="https://mcptoplist.com/badge/io.github.microhenrio%2Fopenocd-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
microhenrio
Available versions (9)
| Version | Published |
|---|---|
| 0.4.5 | Jul 2, 2026 |
| 0.4.4 | Jul 2, 2026 |
| 0.4.3 | Jul 2, 2026 |
| 0.4.2 | Jul 2, 2026 |
| 0.4.1 | Jul 1, 2026 |
| 0.4.0 | Jun 30, 2026 |
| 0.3.0 | Jun 30, 2026 |
| 0.2.0 | Jun 30, 2026 |
| 0.1.0 | Jun 29, 2026 |
Frequently asked questions
- Who maintains OpenOCD Debugger?
- OpenOCD Debugger is maintained by microhenrio, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is OpenOCD Debugger listed on the Official MCP Registry?
- Yes — OpenOCD Debugger is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OpenOCD Debugger have?
- MCP Toplist tracks 9 versions of OpenOCD Debugger, most recently published on Jul 2, 2026.
- Where can I find the source code for OpenOCD Debugger?
- The source code for OpenOCD Debugger is hosted at github.com/microhenrio/openocd-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.