x64DbgMCPServer

supere989/x64DbgMCPServer
★ 2 stars C# 💻 Code/Dev Tools Updated 1mo ago
Updated Plugin Version of the original Code, resolving the AboutIcon resource type mismatch
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "x64dbgmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "supere989/x64DbgMCPServer"
      ]
    }
  }
}