X64dbg MCP Server

Drive x64dbg 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. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in C++.

VERIFIED ACTIVE

LAST COMMIT 2026-06-08 · ★ 115 · #45 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · C++ · how we verify → /methodology

01 · Install X64dbg

Claude Code

claude mcp add bromoket-x64dbg_mcp -- npx -y x64dbg-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package x64dbg-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.bromoket is GitHub-verified and matches the repo owner

03 · What X64dbg can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.3.0 · 2026-06-08

x64dbg MCP Server v2.3.0 · Feature + hardening release from a full audit of the plugin and server. 23 mega-tools, 153 REST endpoints. · Security & robustness · Crash-proof HTTP layer. A malformed request (bad…

v2.2.2 · 2026-06-08

x64dbg MCP Server v2.2.2 · Bug-fix release. If you hit the _DllMain@12 could not be located error loading .dp32, this release fixes it - download the binaries below. · Fixes since v2.2.1 · explicit DllMain so x32dbg…

v2.2.1 · 2026-02-23

What's New (since initial release) · Plugin UI · Settings Dialog - configure host, port, and auto-start from Plugins > x64dbg MCP Server > Settings... · - Persists across restarts via x64dbg's BridgeSetting API…

04 · Who maintains X64dbg

x64dbg is maintained by bromoket. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
developer tools - ranked #45 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-06-08)
registry
io.github.bromoket/x64dbg (active, first published 2026-02-23 · 4 versions)
packages
npm:x64dbg-mcp-server

06 · X64dbg FAQ

What is X64dbg?

Drive x64dbg 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. It runs locally over stdio via the published package.

Is X64dbg still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-08 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install X64dbg?

Run `npx -y x64dbg-mcp-server`. You can also paste the ready-made client config above.

Does X64dbg run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to X64dbg

More developer tools MCP servers · Herald · Weapp Agent MCP · Archlang MCP · Snowfakery MCP