Skip to content
Claude Code

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

dbgprobe mcp server in other clients