Loading MCP server directory, please wait...
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
npx @getmcp/cli add io.github.es617/dbgprobe-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.es617/dbgprobe-mcp-server": {
"command": "uvx",
"args": [
"dbgprobe-mcp-server"
],
"env": {
"DBGPROBE_BACKEND": "",
"DBGPROBE_MCP_LOG_LEVEL": "",
"DBGPROBE_JLINK_PATH": "",
"DBGPROBE_JLINK_GDBSERVER_PATH": "",
"DBGPROBE_JLINK_DEVICE": "",
"DBGPROBE_INTERFACE": "",
"DBGPROBE_SPEED_KHZ": "",
"DBGPROBE_MCP_PLUGINS": "",
"DBGPROBE_MCP_TOOL_SEPARATOR": ""
}
}
}
}