Skip to content

v0.1.1 — Initial Release

Choose a tag to compare

@William-An William-An released this 26 Mar 16:22
· 3 commits to master since this 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_console opens 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_mcp

Or with auto-updates via uvx:

claude mcp add --scope user cpp-debug -- uvx cpp-debug-mcp