Odel
x64dbg mcp

x64dbg mcp

Local
@bromoket126C++MITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmx64dbg-mcp-serverv2.3.0

Run

npx -y x64dbg-mcp-server

MCP client config

{
  "mcpServers": {
    "x64dbg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ]
    }
  }
}