Server data from the Official MCP Registry
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
Set these up before or after installing:
Environment variable: DBGPROBE_BACKEND
Environment variable: DBGPROBE_MCP_LOG_LEVEL
Environment variable: DBGPROBE_JLINK_PATH
Environment variable: DBGPROBE_JLINK_GDBSERVER_PATH
Environment variable: DBGPROBE_JLINK_DEVICE
Environment variable: DBGPROBE_INTERFACE
Environment variable: DBGPROBE_SPEED_KHZ
Environment variable: DBGPROBE_MCP_PLUGINS
Environment variable: DBGPROBE_MCP_TOOL_SEPARATOR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-es617-dbgprobe-mcp-server": {
"env": {
"DBGPROBE_BACKEND": "your-dbgprobe-backend-here",
"DBGPROBE_INTERFACE": "your-dbgprobe-interface-here",
"DBGPROBE_SPEED_KHZ": "your-dbgprobe-speed-khz-here",
"DBGPROBE_JLINK_PATH": "your-dbgprobe-jlink-path-here",
"DBGPROBE_MCP_PLUGINS": "your-dbgprobe-mcp-plugins-here",
"DBGPROBE_JLINK_DEVICE": "your-dbgprobe-jlink-device-here",
"DBGPROBE_MCP_LOG_LEVEL": "your-dbgprobe-mcp-log-level-here",
"DBGPROBE_MCP_TOOL_SEPARATOR": "your-dbgprobe-mcp-tool-separator-here",
"DBGPROBE_JLINK_GDBSERVER_PATH": "your-dbgprobe-jlink-gdbserver-path-here"
},
"args": [
"dbgprobe-mcp-server"
],
"command": "uvx"
}
}
}The debug probe MCP server shows good security practices overall with proper credential handling via environment variables and reasonable permissions for embedded development tools. Minor concerns include hardcoded credential patterns and broad exception handling, but these are appropriate for the server's purpose of controlling hardware debug probes. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 7 findings
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.
Be the first to review this server!