An MCP server that connects AI clients to the x64dbg debugger through a local stdio TypeScript server and an x64dbg plugin REST bridge. It exposes debugger control, memory, disassembly, tracing, breakpoint, process, anti-debug, patching, and dump operations.
From the registry: MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
Please install the `x64dbg` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **x64dbg debugger** — Download and install x64dbg (https://github.com/x64dbg/x64dbg/releases)
- **x64dbg MCP plugin** — Copy x64dbg_mcp.dp64 and/or .dp32 to x64dbg plugins directory (https://github.com/bromoket/x64dbg_mcp/releases)
- **Node.js >= 18** — Required runtime
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","x64dbg-mcp-server"]
- optional environment variables:
- `X64DBG_MCP_HOST`: Plugin REST API host (example: `127.0.0.1`)
- `X64DBG_MCP_PORT`: Plugin REST API port (example: `27042`)
Note: MCP server communicates with the x64dbg plugin via localhost HTTP on port 27042. Plugin must be installed in x64dbg first. 23 mega-tools covering 151 REST endpoints.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.X64DBG_MCP_HOSTHost for the plugin REST APIX64DBG_MCP_PORTPort for the plugin REST APIX64DBG_MCP_TIMEOUTRequest timeout in millisecondsX64DBG_MCP_RETRIESRetry count for transient failuresReal-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.