
X64dbg
Drive x64dbg reverse-engineering and debugging sessions through MCP with 23 bundled tools for binaries and malware analysis.
Overview
x64dbg MCP is a Ship-phase security MCP server that exposes 23 debugging and reverse-engineering tools to agents via the x64dbg plugin REST API.
What is this MCP server?
- 23 mega-tools exposing x64dbg via MCP (registry v2.3.0)
- stdio npm package x64dbg-mcp-server
- Talks to x64dbg plugin REST API via X64DBG_MCP_HOST and X64DBG_MCP_PORT
- AI-assisted reverse engineering and live debugging workflows
- 23 mega-tools per registry description
- Registry version 2.3.0
- npm identifier x64dbg-mcp-server with stdio transport
Community signal: 56 GitHub stars.
What problem does it solve?
Manual x64dbg workflows are slow to narrate to an AI helper when every breakpoint and memory query needs GUI clicks.
Who is it for?
Advanced indie reversers and appsec-minded builders analyzing native binaries with x64dbg who want agent-driven debugging.
Skip if: Typical web SaaS shipping paths, beginners without x64dbg installed, or teams wanting cloud-only security scanning.
What do I get? / Deliverables
With host and port env vars pointed at the plugin API, your agent can invoke structured x64dbg operations across 23 tools in one MCP session.
- Agent-orchestrated x64dbg debugging via 23 MCP tools
- Structured RE sessions without manual-only GUI steps
Recommended MCP Servers
Journey fit
How it compares
Native debugger MCP for x64dbg, not a web application penetration-test skill or generic log monitor.
Common Questions / FAQ
Who is x64dbg MCP for?
Security-focused solo builders and researchers already using x64dbg who want MCP agents to assist with reverse engineering and debugging.
When should I use x64dbg MCP?
Use it during Ship security work—binary analysis, malware RE, or pre-release native binary review—when x64dbg is your debugger of choice.
How do I add x64dbg MCP to my agent?
Install x64dbg-mcp-server from npm, run the x64dbg MCP plugin REST API, set X64DBG_MCP_HOST and X64DBG_MCP_PORT if non-default, and register the stdio MCP server in your agent.