Skip to content
Zed

x64dbg for Zed

io.github.bromoket/x64dbg

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

client:Zed transport:stdio runtime:npm

Install x64dbg in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

x64dbg in other clients