GDB MCP Server
@smadi0x86
GDB MCP Server について
Multi Debugger MCP server that enables LLMs to interact with GDB and LLDB for binary debugging and analysis.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"GDB-MCP": {
"command": "python3",
"args": [
"gdb-mcp.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is GDB MCP Server?
A Model Context Protocol server that provides debugging functionality for both GDB and LLDB debuggers, for use with Claude Desktop, VSCode Copilot, or other AI assistants.
How to use GDB MCP Server?
Clone the repository, then run uv sync, uv venv, and uv run server.py to start the server. Configure your MCP client (e.g., Claude Desktop, VSCode, Windsurf) by adding the appropriate JSON configuration pointing to the server script.
Key features of GDB MCP Server
- Unified tools for both GDB and LLDB.
- Auto-detection of available debuggers.
- Execute arbitrary debugger commands.
- Experimental LLDB support on macOS.
- Session management (start, terminate, list).
- Integrates with Claude Desktop, VSCode, Windsurf.
Use cases of GDB MCP Server
- Debugging executables using an AI assistant.
- Controlling GDB or LLDB sessions via natural language.
- Cross-platform debugging (GDB on Linux, LLDB on macOS).
- Running debugger commands without manual terminal input.
FAQ from GDB MCP Server
What debuggers does GDB MCP Server support?
The server supports both GDB and LLDB debuggers, with automatic debugger selection.
How do I install GDB MCP Server?
Run uv sync, uv venv, then uv run server.py in the project directory.
How do I integrate GDB MCP Server with Claude Desktop?
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gdb": {
"command": "uv",
"args": ["run", "/path/to/server.py"],
"disabled": false
}
}
}
Is LLDB support stable?
LLDB support is experimental and currently only available on macOS.
What tools are available?
Unified tools: debugger_status, debugger_start, debugger_terminate, debugger_list_sessions, debugger_command. Also separate LLDB and GDB tool sets.
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント