Description
MCP GDB Server provides debugging functionality for C/C++ programs through GDB integration, enabling AI assistants to analyze and debug code without leaving the conversation interface. Built by Tasuku Suzuki, it supports a comprehensive set of debugging operations including starting GDB sessions, loading programs, setting breakpoints, stepping through code, examining memory, and viewing call stacks. The TypeScript implementation uses the Model Context Protocol SDK to expose GDB's capabilities through a clean interface, making it particularly valuable for developers who need AI assistance with debugging crashes, understanding program flow, or analyzing core dumps.
Server Details
Package Name
mcp-gdb
Added
April 21, 2025
