Loomal

x64dbg

MCP server by github.com/bromoket/x64dbg_mcp

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

59 starsnpm: x64dbg-mcp-server

About x64dbg

x64dbg is an MCP (Model Context Protocol) server published by bromoket in the official MCP registry. MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

It ships as an npm package (x64dbg-mcp-server), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/bromoket/x64dbg_mcp, where the project has earned 59 GitHub stars.

Use x64dbg with your agent

Claude Code · one command
claude mcp add x64dbg -- npx -y x64dbg-mcp-server
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "x64dbg": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ]
    }
  }
}
npmx64dbg-mcp-server

Frequently asked questions

What is x64dbg?
x64dbg is an MCP (Model Context Protocol) server by bromoket. MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
How do I connect x64dbg to Claude, Cursor, or another MCP client?
Install x64dbg from its npm package (x64dbg-mcp-server) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is x64dbg open source?
Yes — the source code is public at github.com/bromoket/x64dbg_mcp, with 59 GitHub stars.
Can AI agents pay to use x64dbg?
Not yet through Loomal — x64dbg is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain x64dbg? Claim this listing free by verifying GitHub ownership, or contact us.