discovered 03 Aug 2026
x64DbgMCPServer
→ View on GitHubThe X64Dbg MCP Server is a C# plugin for the x64dbg debugger that facilitates remote command execution through a lightweight HTTP interface. Its primary use case is to enable an LLM MCP client to programmatically interact with the debugger by inspecting memory, disassembling code, and managing labels/comments. Notable features include a customizable command system, direct access to memory and registers, and support for bi-directional AI commands, all while ensuring a modular and self-hosted deployment without the need for ASP.NET Core.