#142 · Primary category: Cybersecurity & Decryption Tools

x64DbgMCPServer

x64DbgMCPServer made from c# with Claude, Windsurf and Cursor support

Project last updated:06/16/26

GitHub Stars

706

Forks

102

Contributors

11

License

Other

Why we included this project

Reverse engineers who already work inside x64dbg can use this plugin to hand debugger control to an LLM. It runs as a native x64dbg plugin with a lightweight HTTP/SSE endpoint, so an MCP client such as Cursor or Claude Desktop can send commands to read registers, inspect memory, disassemble, and manage labels and comments without leaving the debugger. The project targets Windows and the classic .NET Framework, and deployment is just dropping the DLL into the plugins folder and starting the server. It also ships helper commands that capture command output and debugger variables, which is useful because many x64dbg commands only return booleans. The included sample client and worked conversation examples, covering real labeling and speedhack-identification tasks, make it a good starting point for teams exploring AI-assisted reverse engineering.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category