Skip to content
Cline

dbgprobe mcp server for Cline

io.github.es617/dbgprobe-mcp-server

Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.

client:Cline transport:stdio runtime:pypi

Install dbgprobe mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "dbgprobe-mcp-server": {
      "command": "uvx",
      "args": [
        "dbgprobe-mcp-server"
      ],
      "env": {
        "DBGPROBE_BACKEND": "<DBGPROBE_BACKEND>",
        "DBGPROBE_MCP_LOG_LEVEL": "<DBGPROBE_MCP_LOG_LEVEL>",
        "DBGPROBE_JLINK_PATH": "<DBGPROBE_JLINK_PATH>",
        "DBGPROBE_JLINK_GDBSERVER_PATH": "<DBGPROBE_JLINK_GDBSERVER_PATH>",
        "DBGPROBE_JLINK_DEVICE": "<DBGPROBE_JLINK_DEVICE>",
        "DBGPROBE_INTERFACE": "<DBGPROBE_INTERFACE>",
        "DBGPROBE_SPEED_KHZ": "<DBGPROBE_SPEED_KHZ>",
        "DBGPROBE_MCP_PLUGINS": "<DBGPROBE_MCP_PLUGINS>",
        "DBGPROBE_MCP_TOOL_SEPARATOR": "<DBGPROBE_MCP_TOOL_SEPARATOR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

dbgprobe mcp server in other clients