Skip to content
Cline

x64dbg for Cline

io.github.bromoket/x64dbg

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

client:Cline transport:stdio runtime:npm

Install x64dbg 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": {
    "x64dbg": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ],
      "env": {
        "X64DBG_MCP_HOST": "<X64DBG_MCP_HOST>",
        "X64DBG_MCP_PORT": "<X64DBG_MCP_PORT>"
      }
    }
  }
}

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

x64dbg in other clients