Description
x64dbgMCP is a plugin for x64dbg that implements the Model Context Protocol, enabling AI assistants like Claude to interact with the debugger through HTTP requests. The plugin currently supports four core functions from the x64dbg SDK: executing console commands, checking if debugging is active, retrieving module lists, and finding memory base addresses. Developed by Wasdubya as their first repository, it aims to simplify dynamic analysis by allowing users to control x64dbg through natural language conversations with LLMs. The implementation includes both a C++ plugin component and a Python client script that bridges Claude Desktop with the debugger.
Server Details
Added
April 21, 2025
