GDB Debugging Server icon

GDB Debugging Server

Createdpansila

Exposes GDB debugging capabilities via the MCP protocol for remote application debugging.

About

This tool provides a GDB/MI protocol server built upon the MCP protocol, enabling remote debugging of applications. It facilitates the creation and management of GDB debug sessions, allowing users to set and manage breakpoints, inspect stack information and variables, and control program execution. With support for concurrent multi-session debugging, it offers a robust solution for complex debugging scenarios.

Key Features

  • Create and manage GDB debug sessions
  • Control program execution (run, pause, step, etc.)
  • Set and manage breakpoints
  • Support concurrent multi-session debugging
  • View stack information and variables
  • 5 GitHub stars

Use Cases

  • Remote application debugging
  • Concurrent debugging of multiple sessions
  • Integration with MCP-based development environments