Back to directory
smadi0x86/mdb-mcp

smadi0x86/mdb-mcp

@smadi0x86

Multi Debugger MCP server that enables LLMs to interact with GDB and LLDB for binary debugging and analysis.

gdblldbdebuggingmcp-serverllmbinary-analysisdebuggerpythonautomation

Installation & Configuration

{
  "mcpServers": {
    "gdb": {
      "command": "uv",
      "args": [
        "run",
        "server.py"
      ],
      "disabled": false
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13