GDB
A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
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 run
Using 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" -- --help
Development environment
To enter a development shell with all dependencies:
nix develop
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
相關伺服器
Scout Monitoring MCP
贊助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Agent Evals by Galileo
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
Everything MCP Server
A test server that demonstrates all features of the MCP protocol, including prompts, tools, resources, and sampling.
Unity MCP
Perform actions in the Unity Editor for game development using AI clients.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
TokenCost
An MCP (Model Context Protocol) server that provides real-time LLM token pricing data for 60+ AI models across 15 providers.
Shackleton
Autonomous multi-agent AI framework for code execution, web browsing, file operations, and task planning with x402 payment support
Moatless MCP Server
An advanced code analysis and editing server with semantic search capabilities using vector embeddings.
Bonsai MCP
An MCP server that integrates IFC model support using Bonsai BIM (Blender) and IfcOpenShell.
debug-mcp
MCP server exposing .NET debugging as 34 AI-accessible tools via ICorDebug APIs — breakpoints, stepping, inspection, exception autopsy, and code analysis.
MCP Random Number
Generates true random numbers using atmospheric noise from random.org.