dbgprobe mcp server for Claude Code
io.github.es617/dbgprobe-mcp-server
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
client:Claude Code
transport:stdio
runtime:pypi
Install dbgprobe mcp server in Claude Code
run in your project directory
claude mcp add dbgprobe-mcp-server -e DBGPROBE_BACKEND=<DBGPROBE_BACKEND> -e DBGPROBE_MCP_LOG_LEVEL=<DBGPROBE_MCP_LOG_LEVEL> -e DBGPROBE_JLINK_PATH=<DBGPROBE_JLINK_PATH> -e DBGPROBE_JLINK_GDBSERVER_PATH=<DBGPROBE_JLINK_GDBSERVER_PATH> -e DBGPROBE_JLINK_DEVICE=<DBGPROBE_JLINK_DEVICE> -e DBGPROBE_INTERFACE=<DBGPROBE_INTERFACE> -e DBGPROBE_SPEED_KHZ=<DBGPROBE_SPEED_KHZ> -e DBGPROBE_MCP_PLUGINS=<DBGPROBE_MCP_PLUGINS> -e DBGPROBE_MCP_TOOL_SEPARATOR=<DBGPROBE_MCP_TOOL_SEPARATOR> -- uvx dbgprobe-mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs