MCP Server GDB
@MCP-Mirror
MCP Server GDB について
Mirror of
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server GDB?
MCP Server GDB is an MCP protocol server that implements the GDB/MI protocol, enabling AI assistants to perform remote application debugging. It is intended for developers who want to integrate GDB debugging capabilities into MCP-based toolchains.
How to use MCP Server GDB?
Download the pre‑built binary for your platform from the releases page and run it directly. The server supports two transport modes: stdio (default) and SSE (default at http://127.0.0.1:8080). Parameters such as address, port, and GDB command timeout can be adjusted via src/config.rs or environment variables.
Key features of MCP Server GDB
- Create and manage GDB debug sessions
- Set, list, and delete breakpoints
- View stack frames, local variables, and registers
- Control program execution (run, pause, step, continue)
- Support concurrent multi‑session debugging
Use cases of MCP Server GDB
- AI‑assisted debugging of native applications over a remote connection
- Automated test harnesses that need to control and inspect program execution
- IDE extensions or tools that leverage MCP for debugging workflows
FAQ from MCP Server GDB
What transport modes does the server support?
The server supports stdio (standard input/output) and SSE (Server‑Sent Events) transports. SSE is served at http://127.0.0.1:8080 by default.
How do I install MCP Server GDB?
You can download a pre‑built binary from the GitHub releases page, or build it from source using cargo build --release if you have Rust installed.
Can I change the server address or port?
Yes. Modify the settings in src/config.rs or set the corresponding environment variables (IP address, port, and GDB command timeout in seconds).
Does the server support authentication or authorization?
The README does not mention any authentication or authorization mechanisms.
Are there any known limits for concurrent sessions?
The README states the server supports concurrent multi‑session debugging, but no specific upper limit is documented.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
コメント