← Index

io.github.bromoket/x64dbg

io.github.bromoket/x64dbg·v2.2.1·Other
Quality Score
82
/100

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "x64dbg": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ],
      "env": {
        "X64DBG_MCP_HOST": "<x64dbg_mcp_host>",
        "X64DBG_MCP_PORT": "<x64dbg_mcp_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "x64dbg": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ],
      "env": {
        "X64DBG_MCP_HOST": "<x64dbg_mcp_host>",
        "X64DBG_MCP_PORT": "<x64dbg_mcp_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y x64dbg-mcp-server
§02  Environment variables
X64DBG_MCP_HOST

Host where the x64dbg plugin REST API listens

X64DBG_MCP_PORT

Port where the x64dbg plugin REST API listens

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other