HomeSecurity › x64dbg_mcp

x64dbg_mcp

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

C++
★ 128 stars Last pushed 2026-06-08 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.3.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "x64dbg_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "X64DBG_MCP_HOST": "<YOUR_VALUE>",
        "X64DBG_MCP_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • X64DBG_MCP_HOST — Host where the x64dbg plugin REST API listens
  • X64DBG_MCP_PORT — Port where the x64dbg plugin REST API listens

Related servers

Data from the Official MCP Registry