edb-debugger-mcp

oakkaya/edb-debugger-mcp
★ 0 stars Python AI/LLM Updated 7d ago
EDB (Evan's Debugger) → MCP server. 147 debugging tools for AI-assisted reverse engineering. GDB MI + pwntools + Binary Ninja integration.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "edb-debugger-mcp": {
      "command": "uvx",
      "args": [
        "edb-debugger-mcp"
      ]
    }
  }
}

Or install with pip: pip install edb-debugger-mcp

README Excerpt

**EDB Debugger MCP** bridges EDB's debugging engine with modern AI via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). Every EDB feature is exposed as a tool callable by an AI assistant — Claude Desktop, Cursor, or any MCP host — effectively giving AI a debugger's intuition. The server exposes **147 debugging tools** (83 Pydantic models, 123 backend methods, ~6100 LOC).

Tools (20)

crackmeedb_add_bookmarkedb_add_commentedb_analyze_basic_blocksedb_analyze_calls_atedb_analyze_heapedb_analyze_regionedb_assembleedb_attach_processedb_binary_string_convertedb_breakpoint_commandsedb_breakpoint_exportedb_breakpoint_importedb_call_functionedb_compare_memoryedb_compare_sectionsedb_configure_debuggeredb_continueedb_continue_toedb_detach_process

Topics

binary-ninjaclaude-desktopdebuggeredb-debuggergdbmcppwntoolsreverse-engineering