Exposes GDB debugging capabilities via the MCP protocol for remote application debugging.
This tool provides a GDB/MI protocol server built upon the MCP protocol, enabling remote debugging of applications. It facilitates the creation and management of GDB debug sessions, allowing users to set and manage breakpoints, inspect stack information and variables, and control program execution. With support for concurrent multi-session debugging, it offers a robust solution for complex debugging scenarios.
Key Features
01Create and manage GDB debug sessions
02Control program execution (run, pause, step, etc.)
03Set and manage breakpoints
04Support concurrent multi-session debugging
05View stack information and variables
065 GitHub stars
Use Cases
01Remote application debugging
02Concurrent debugging of multiple sessions
03Integration with MCP-based development environments