mcp-gdb
If you are the rightful owner of mcp-gdb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides GDB debugging functionality for use with Claude or other AI assistants.
The MCP GDB Server is a specialized server designed to integrate GDB debugging capabilities with AI assistants like Claude. It allows users to start and manage GDB debugging sessions, load programs and core dumps for analysis, and perform various debugging tasks such as setting breakpoints, stepping through code, and examining memory. The server also supports executing arbitrary GDB commands, making it a versatile tool for developers who need to debug applications in a more interactive and AI-assisted environment. By configuring the MCP settings in the Claude desktop app or browser extension, users can seamlessly incorporate GDB tools into their workflow, enhancing their debugging efficiency and effectiveness.
Features
- Start and manage GDB debugging sessions
- Load programs and core dumps for analysis
- Set breakpoints, step through code, and examine memory
- View call stacks, variables, and registers
- Execute arbitrary GDB commands