smadi0x86/MDB-MCP
Multi Debugger MCP server that enables LLMs to interact with GDB and LLDB for binary debugging and analysis.
This project helps software developers debug compiled programs more efficiently by allowing Large Language Models (LLMs) like Claude Desktop or VSCode Copilot to interact directly with GDB and LLDB debuggers. It takes debugging commands from your AI assistant and executes them against your C/C++ or assembly code, outputting the debugger's responses back to the AI.
Use this if you are a software developer who wants to use an AI assistant to streamline your debugging workflow for binaries compiled with tools like GCC or Clang.
Not ideal if you are debugging applications written in interpreted languages like Python or JavaScript, or if you prefer to interact with debuggers purely through a traditional command-line interface.
Stars
56
Forks
6
Language
Python
License
GPL-3.0
Category
Last pushed
Jan 21, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/smadi0x86/MDB-MCP"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
drhelius/Gearboy
Game Boy / Gameboy Color emulator, debugger and embedded MCP server for macOS, Windows, Linux,...
drhelius/Gearsystem
Sega Master System / Game Gear / SG-1000 emulator, debugger and embedded MCP server for macOS,...
svnscha/mcp-windbg
Model Context Protocol for WinDBG
miscusi-peek/cheatengine-mcp-bridge
Connect Cursor, Copilot & Claude directly to Cheat Engine via MCP. Automate reverse engineering,...
microsoft/DebugMCP
Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.