MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
| Tool name | Description | Destructive? |
|---|---|---|
| x64dbg_antidebug | ✓ no | |
| x64dbg_memory | ✓ no | |
| x64dbg_handles | ✓ no | |
| x64dbg_tracing | ✓ no | |
| x64dbg_patches | ✓ no |
| x64dbg_disassembly | ✓ no | |
| x64dbg_modules | ✓ no | |
| x64dbg_breakpoints | ✓ no | |
| x64dbg_registers | ✓ no | |
| x64dbg_search | ✓ no | |
| x64dbg_dumping | ✓ no | |
| x64dbg_process | ✓ no | |
| x64dbg_control_flow | ✓ no | |
| x64dbg_exceptions | ✓ no | |
| x64dbg_analysis | ✓ no | |
| x64dbg_database | ✓ no | |
| x64dbg_address_convert | ✓ no | |
| x64dbg_watchdog | ✓ no | |
| x64dbg_stack | ✓ no | |
| x64dbg_command | ✓ no | |
| x64dbg_threads | ✓ no | |
| x64dbg_debug | ✓ no | |
| x64dbg_symbols | ✓ no |
{
"mcpServers": {
"x64dbg-1": {
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
]
}
}
}