x64dbg-mcp-server

x64dbg-mcp-server

x64dbg-MCP Server is an MCP plugin that exposes x64dbg debugger functionality via HTTP.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 1.2k
Source
mcp-github

Overview

x64dbg-MCP Server is a native MCP (Model Context Protocol) plugin for the x64dbg debugger. It exposes all debugger functionalities through HTTP, enabling any MCP-compatible AI assistant to programmatically control x64dbg—such as setting breakpoints, stepping through code, reading memory, and dumping registers. The plugin is written in Zig, has no dependencies, produces a single binary, and supports cross-platform compilation. It is suitable for developers and security researchers who need automation and remote control of debugging processes.

Capabilities

  • Set breakpoints
  • Step through code
  • Read memory
  • Dump registers
  • Module analysis
  • Thread management

Use cases

Automated reverse engineeringRemote debuggingAI-assisted debuggingSecurity research

Setup

Requires: API Keyx64dbg 环境
1. Download the latest release or build from source; 2. Copy the contents of the `dist/` directory into the x64dbg root directory; 3. Launch x64dbg—the MCP server will start automatically.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

It is automatically generated on first run and displayed in the configuration dialog.

How do I get the API Token?

Supports Streamable HTTP and SSE.

What transport protocols are supported?

Related skills