MCP Directory
Back

x64dbg_mcp

by bromoket · C++ · ★ 71

Drive x64dbg with your AI. MCP server: 23 mega-tools / 153 endpoints for breakpoints, memory, disasm, tracing, anti-debug & PE dumping. Claude/Cursor/Windsurf/Cline. All local.

#ai-debugging#binary-analysis#claude#cpp#debugger#malware-analysis#mcp#mcp-server#model-context-protocol#plugin#reverse-engineering#typescript#x64dbg#x64dbg-plugin

Install

git clone https://github.com/bromoket/x64dbg_mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "x64dbg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:bromoket/x64dbg_mcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/x64dbg-mcp-server) [](https://registry.modelcontextprotocol.io) [](https://opensource.org/licenses/MIT) **Drive [x64dbg](https://x64dbg.com/) with your AI.** Talk to Claude, Cursor, Windsurf, Cline, or any MCP client in plain English and it sets breakpoints, reads memory, disassembles, traces, dumps PEs, and bypasses anti-debug — live, inside the debugger. **23 mega-tools** over **153 REST endpoints**, fully typed with Zod. A C++ plugin runs inside x64dbg; a tiny TypeScript server bridges it to your client over stdio. Everything stays on — nothing leaves you…
Read full README on GitHub →

Related developer tools servers