Submit

MCP Server GDB

@pansila

MCP Server to expose the GDB debugging capabilities
Overview

what is MCP Server GDB?

MCP Server GDB is a GDB/MI protocol server built on the Axum framework, designed to provide RESTful API interfaces for remote application debugging.

how to use MCP Server GDB?

To use MCP Server GDB, install Rust and Cargo, clone the repository, and run cargo run to start the server. The default server runs on http://localhost:8080.

key features of MCP Server GDB?

  • Create and manage GDB debug sessions
  • Send GDB/MI commands and receive responses
  • Set and manage breakpoints
  • View stack information and variables
  • Control program execution (run, pause, step, etc.)
  • Support for concurrent multi-session debugging

use cases of MCP Server GDB?

  1. Debugging applications remotely using GDB.
  2. Managing multiple debugging sessions simultaneously.
  3. Automating debugging tasks through RESTful API calls.

FAQ from MCP Server GDB?

  • What programming language is MCP Server GDB written in?

MCP Server GDB is written in Rust.

  • Is there a license for MCP Server GDB?

Yes, it is licensed under the MIT license.

  • How can I configure the server?

You can adjust server settings by modifying the src/config.rs file.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.