Catalog
io.github.bromoket/x64dbg
Officialby bromoket · C++
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
Control x64dbg debugger for AI-assisted reverse engineering and debugging.
Topics
ai-debuggingbinary-analysisclaudecppdebuggermalware-analysismcpmcp-servermodel-context-protocolpluginreverse-engineeringtypescriptx64dbgx64dbg-plugin
README not available yet.
Install
Configuration
Environment variables
X64DBG_MCP_HOSTHost where the x64dbg plugin REST API listens
X64DBG_MCP_PORTPort where the x64dbg plugin REST API listens
claude_desktop_config.json
{
"mcpServers": {
"x64dbg": {
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server@2.3.0"
],
"env": {
"X64DBG_MCP_HOST": "<YOUR_X64DBG_MCP_HOST>",
"X64DBG_MCP_PORT": "<YOUR_X64DBG_MCP_PORT>"
}
}
}
}