mcp_server_gdb

mcp_server_gdb

23

MCP Server GDB is a GDB/MI protocol server that facilitates remote debugging with AI assistants. It provides features like session management, breakpoint management, and debug information viewing. Ideal for multi-session debugging with a built-in TUI for inspecting agent behaviors.

How do I install MCP Server GDB?

You can install MCP Server GDB by downloading pre-built binaries from the release page or by building it from source using Cargo.

What transport modes does the server support?

The server supports two transport modes: standard input/output (stdio) and Server-Sent Events (SSE).

How can I configure the server?

Server configuration can be adjusted by modifying the src/config.rs file or by setting environment variables.

What debugging capabilities does MCP Server GDB provide?

MCP Server GDB provides capabilities such as creating and managing debug sessions, setting breakpoints, viewing stack information, and controlling program execution.

Is there a user interface available?

Yes, there is a built-in Text User Interface (TUI) to inspect agent behaviors, although it is currently a work in progress.