x64dbg-mcp-server

duty1g/x64dbg-mcp-server
★ 1,223 stars Zig AI/LLM Updated today
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.

Add to claude_desktop_config.json:

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

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)

AllocateMemoryAnalyzeCodeAnalyzeModuleAssembleAttachProcessClearEventLogCommentOrLabelAtAddressDeleteAllBreakpointsDeleteBookmarkDeleteBreakpointDeleteExceptionBreakpointDetectOEPDisableBreakpointDisassembleDisassembleFunctionDumpMemoryDumpModuleEchoEnableBreakpointEvalExpression

Topics

ai-agentsai-debuggingbinary-analysisclaudeclaude-codemalware-analysismalware-researchmalware-scannermcpmcp-servermcp-serversx64dbgx64dbg-mcpx64dbg-pluginx64dbg-tools