Server data from the Official MCP Registry
Debug microcontrollers from Claude via OpenOCD: flash, breakpoints, memory and registers by name.
Debug microcontrollers from Claude via OpenOCD: flash, breakpoints, memory and registers by name.
This is a well-structured OpenOCD debugging MCP server with sound architecture and appropriate permission scoping for its intended use. The code demonstrates good security practices around subprocess management, configuration handling, and input validation. Minor quality issues exist around broad exception handling and error message consistency, but these are typical for developer tools and do not pose security risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
8 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPENOCD_BIN
Environment variable: OPENOCD_MCP_CONFIG
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-microhenrio-openocd-mcp": {
"env": {
"OPENOCD_BIN": "your-openocd-bin-here",
"OPENOCD_MCP_CONFIG": "your-openocd-mcp-config-here"
},
"args": [
"openocd-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.