v0.1.1 — Initial Release
cpp-debug-mcp v0.1.1
Claude Code MCP server for C++ debugging with GDB and clangd.
Features
- 14 GDB tools: session management, breakpoints, stepping, backtrace, variable inspection, memory reads, expression evaluation, thread info
- 8 LSP tools: diagnostics, hover, go-to-definition, find references, document symbols, signature help
- 3 combined tools: crash diagnosis, variable inspection with types, function analysis
- Interactive console:
gdb_open_consoleopens a tmux session so programmers can step through code alongside Claude - Human-readable output: all tool outputs formatted for easy scanning
Install
pip install cpp-debug-mcp
claude mcp add --scope user cpp-debug -- python3 -m cpp_debug_mcpOr with auto-updates via uvx:
claude mcp add --scope user cpp-debug -- uvx cpp-debug-mcp