Skip to content
Back to search
30
MCP

edb-debugger-mcp

pypi/edb-debugger-mcp

EDB (Evan's Debugger) -> MCP server. 207 debugging tools for AI-assisted reverse engineering. GDB MI + pwntools (50 tools) + Web UI + IDA Pro + Binary Ninja integration.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.bromoket/x64dbg
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
0 tools
debugger-mcp
MCP server exposing debugger tools for AI clients (Node.js and Python)
0 tools
opendebug
MCP server for evidence-based debugging with runtime logs and reproduction tracking.
0 tools
io.github.daedalus/mcp-gdbserver
MCP server for remote debugging with gdbserver
0 tools
@frontend-debugger/server
MCP server for frontend UI debugging — component inspection, visual regression, a11y auditing, and session replay via CDP
0 tools
tb0hdan/remote-debugger-mcp
MCP server with a set remote debugging tools for profiling Go applications.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "edb-debugger-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}