Skip to content
Grok

x64dbg for Grok

io.github.bromoket/x64dbg

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

client:Grok transport:stdio runtime:npm

Install x64dbg in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "x64dbg": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ],
      "env": {
        "X64DBG_MCP_HOST": "<X64DBG_MCP_HOST>",
        "X64DBG_MCP_PORT": "<X64DBG_MCP_PORT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

x64dbg in other clients