← Back to Plugins
MCP Server MCP

io.github.bromoket/x64dbg

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "x64dbg-mcp-server",
      "version": "2.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Host where the x64dbg plugin REST API listens",
          "format": "string",
          "name": "X64DBG_MCP_HOST"
        },
        {
          "description": "Port where the x64dbg plugin REST API listens",
          "format": "string",
          "name": "X64DBG_MCP_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...