mcp_server_gdb
MCP Server to expose the GDB debugging capabilities
Documentation
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 (WIP)
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 runUsing Nix
If you have Nix installed, you can run the project without cloning:
Run locally (after cloning)
nix run .Run remotely from GitHub
nix run "git+https://github.com/pansila/mcp_server_gdb.git" -- --helpDevelopment environment
To enter a development shell with all dependencies:
nix developUsage
1. Just run it directly: `./mcp-server-gdb`
2. The server supports two transport modes:
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 session
- `get_session` - Get specific session information
- `get_all_sessions` - Get all sessions
- `close_session` - Close session
Debug Control
- `start_debugging` - Start debugging
- `stop_debugging` - Stop debugging
- `continue_execution` - Continue execution
- `step_execution` - Step into next line
- `next_execution` - Step over next line
Breakpoint Management
- `get_breakpoints` - Get breakpoint list
- `set_breakpoint` - Set breakpoint
- `delete_breakpoint` - Delete breakpoint
Debug Information
- `get_stack_frames` - Get stack frame information
- `get_local_variables` - Get local variables
- `get_registers` - Get registers
- `read_memory` - Read memory contents
License
MIT
Frequently asked questions
What is mcp_server_gdb?
mcp_server_gdb is MCP Server to expose the GDB debugging capabilities
How do I install mcp_server_gdb?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp_server_gdb open source?
Yes — it is hosted on GitHub at https://github.com/pansila/mcp_server_gdb and has 53 stars.
Related MCP tools
🤖 The Semantic Engine for Model Context Protocol(MCP) Clients and AI Agents 🔥 Java-based implementation.
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
A.I.G (AI-Infra-Guard) is a comprehensive, intelligent, and easy-to-use AI Red Teaming platform developed by Tencent Zhuque Lab.
Plugin for JADX to integrate MCP server Java-based implementation. Trusted by 600+ developers. Trusted by 600+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP