★ 23 stars
C++
💻 Code/Dev Tools
Updated 20d ago
MCP server for x64dbg — 152 AI-powered debugging tools. Works with Claude, Cursor, Windsurf, Cline. Reverse engineering with AI.
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": {
"x64dbg_mcp": {
"command": "npx",
"args": [
"-y",
"bromoket/x64dbg_mcp"
]
}
}
}
Run in terminal:
claude mcp add x64dbg_mcp npx -y bromoket/x64dbg_mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"x64dbg_mcp": {
"command": "npx",
"args": [
"-y",
"bromoket/x64dbg_mcp"
]
}
}
}
Topics
ai-debuggingbinary-analysisclaudecppdebuggermalware-analysismcpmcp-servermodel-context-protocolpluginreverse-engineeringtypescriptx64dbgx64dbg-plugin