Skip to content
Cursor

dbgprobe mcp server for Cursor

io.github.es617/dbgprobe-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install dbgprobe mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "dbgprobe-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dbgprobe mcp server in other clients