x64dbg
About
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
X64DBG_MCP_HOST X64DBG_MCP_PORTClaude Code
claude mcp add --env X64DBG_MCP_HOST= --env X64DBG_MCP_PORT= x64dbg -- npx x64dbg-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"x64dbg","command":"npx","args":["x64dbg-mcp-server"],"env":{"X64DBG_MCP_HOST":"","X64DBG_MCP_PORT":""}}'
JSON
{
"mcpServers": {
"x64dbg": {
"command": "npx",
"args": [
"x64dbg-mcp-server"
],
"env": {
"X64DBG_MCP_HOST": "",
"X64DBG_MCP_PORT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.