Facilitates AI-driven debugging by providing a GDB MCP server, enabling AI agents and other tools to interact with GDB via the MCP protocol. It features automated process discovery, terminal communication, and intelligent handling of GDB command blocking. Designed for multi-architecture, multi-host, and remote debugging scenarios, it simplifies common debugging tasks such as setting breakpoints, stepping through code, inspecting memory, and viewing registers.
Key Features
01Offers simple function calls for common GDB debugging operations.
02Intelligently handles GDB command blocking by automatically sending interrupt signals.
03Discovers and attaches to existing GDB processes.
04Supports MCP protocol for AI assistant integration.
05Communicates with GDB through a terminal window (optimized for iTerm2 on macOS).
0617 GitHub stars