x64DbgMCPServer

AgentSmithers/x64DbgMCPServer
★ 445 stars C# 🤖 AI/LLM Updated 6d ago
x64DbgMCPServer made from c# with Claude, Windsurf and Cursor support
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",
        "AgentSmithers/x64DbgMCPServer"
      ]
    }
  }
}