MCP Server GDB
A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
Features
- Create and manage GDB debug sessions
- Set and manage breakpoints
- View stack information and variables
- Control program execution (run, pause, step, etc.)
- Support concurrent multi-session debugging
- A built-in TUI to inspect agent behaviors so that you can improve your prompt
Installation
Pre-built Binaries
Find the binaries in the release page, choose one per your working platform, then you can run it directly.
Build From Source
Clone the repository and build it by cargo
cargo build --release
cargo run
Usage
- Just run it directly:
./mcp-server-gdb - The server supports two transport modes:
- Stdio (default): Standard input/output transport
- SSE: Server-Sent Events transport, default at
http://127.0.0.1:8080
Configuration
You can adjust server configuration by modifying the src/config.rs file or by environment variables:
- Server IP Address
- Server port
- GDB command timeout time (in seconds)
Supported MCP Tools
Session Management
create_session- Create a new GDB debugging sessionget_session- Get specific session informationget_all_sessions- Get all sessionsclose_session- Close session
Debug Control
start_debugging- Start debuggingstop_debugging- Stop debuggingcontinue_execution- Continue executionstep_execution- Step into next linenext_execution- Step over next line
Breakpoint Management
get_breakpoints- Get breakpoint listset_breakpoint- Set breakpointdelete_breakpoint- Delete breakpoint
Debug Information
get_stack_frames- Get stack frame informationget_local_variables- Get local variablesget_registers- Get registersread_memory- Read memory contents
License
MIT
GDB Debugging Server
Project Details
- pansila/mcp_server_gdb
- MIT License
- Last Updated: 4/21/2025
Categories
Recomended MCP Servers
Python MCP browser-use Server
mcp server for tidb
An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with your...
Tiny MCP server with cryptography tools, sufficient to establish end-to-end encryption between LLM agents
A Model Context Protocol (MCP) server implementation for Notion integration, providing a standardized interface for interacting with Notion's...
An MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling agentic tools to manage ArgoCD...
Allows Honeycomb Enterprise customers to use AI to query and analyze their data, alerts, dashboards, and more; and...
A CLI inspector for the Model Context Protocol
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
Chain of Draft Server is a powerful AI-driven tool that helps developers make better decisions through systematic, iterative...
Payload CMS MCP Server





