x64dbg-MCP Server is a native MCP (Model Context Protocol) plugin for x64dbg that exposes the debugger's full functionality over HTTP. Connect any MCP-compatible AI assistant and control x64dbg programmatically: set breakpoints, step through code, read memory, dump registers, and more. Built with Zig — zero dependencies, single-binary output, cros
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"x64dbg-mcp-server": {
"command": "npx",
"args": [
"-y",
"duty1g/x64dbg-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add x64dbg-mcp-server npx -y duty1g/x64dbg-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"x64dbg-mcp-server": {
"command": "npx",
"args": [
"-y",
"duty1g/x64dbg-mcp-server"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"><img src="https://raw.githubusercontent.com/duty1g/x64dbg-mcp-server/main/logo.png" width="75%"/></p> <h1 align="center">x64dbg-MCP Server</h1> <h4 align="center">MCP-powered agentic reverse engineering for x64dbg.</h4> <p align="center"> <img src="https://img.shields.io/github/stars/duty1g/x64dbg-mcp-server" alt="Stars"/>
Tools (20)
AllocateMemory AnalyzeCode AnalyzeModule Assemble AttachProcess ClearEventLog CommentOrLabelAtAddress DeleteAllBreakpoints DeleteBookmark DeleteBreakpoint DeleteExceptionBreakpoint DetectOEP DisableBreakpoint Disassemble DisassembleFunction DumpMemory DumpModule Echo EnableBreakpoint EvalExpression
Topics
ai-agents ai-debugging binary-analysis claude claude-code malware-analysis malware-research malware-scanner mcp mcp-server mcp-servers x64dbg x64dbg-mcp x64dbg-plugin x64dbg-tools