GDB Debugger

MCP Server

Remote debugging via GDB/MI protocol. Debug C, C++, Rust, and other compiled programs with AI assistance.

by Community

★★★★☆ 3.9/5 (20 reviews)
380GitHub stars
2.5kinstalls
Updated 2025-12-01
pythonadvancedactive

Installation

pip install mcp-server-gdb

Quick Start

```json
{
  "mcpServers": {
    "gdb": {
      "command": "python",
      "args": ["-m", "mcp_server_gdb"]
    }
  }
}
```

Tools & Capabilities

set_breakpoint
continue
step
print_variable
backtrace

Compatibility

Claude Desktop

About GDB Debugger

Remote debugging via GDB/MI protocol. Debug C, C++, Rust, and other compiled programs with AI assistance.

View on GitHub →

Language: Python

Category: Developer Tools

← Back to MCP Hub Directory