#90 · Primary category: Cybersecurity & Decryption Tools

x64dbg-mcp-server

ai-agents ai-debugging binary-analysis claude claude-code malware-analysis malware-research malware-scanner mcp mcp-server mcp-servers x64dbg x64dbg-mcp x64dbg-plugin x64dbg-tools xdbg zig zig-lang ziglang

Native MCP plugin for x64dbg exposing debugger control to AI agents via HTTP, enabling programmatic breakpoints, stepping, memory inspection, and more.

Project last updated:08/27/26

GitHub Stars

1.8K

Forks

179

Contributors

1

License

MIT

Why we included this project

Hand-disassembling a suspicious binary and stepping through its traps is slow, repetitive work, and this plugin points an LLM at it. It runs as a native Model Context Protocol plugin for x64dbg that exposes the debugger's operations over HTTP, so an assistant like Claude Code can set breakpoints, step through code, read memory, dump registers, scan for byte patterns, extract strings, and inspect the PEB or SEH chain without you typing each one. Analysts who live inside x64dbg get to hand the scripted triage steps to an agent and keep their own attention on what the results mean. The Zig build keeps things light with a single drop-in plugin binary and no runtime dependencies, which suits a sandbox or analysis VM. It is a practical way to bring LLM help into the debugger rather than only in an IDE or terminal.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category