Wraps the GDB command-line debugger to give Claude direct debugging capabilities through the Model Context Protocol. You can start GDB sessions, load executables or core dumps, set breakpoints, step through code execution, examine memory and registers, print variable values, and get call stack traces. Includes VS Code integration for source code viewing and supports both attaching to running processes and post-mortem debugging. Essentially turns Claude into a debugging assistant that can walk through your C/C++ programs, analyze crashes, and help troubleshoot issues by directly controlling GDB.
claude mcp add --transport stdio signal-slot-mcp-gdb uvx mcp-gdb