Back to directory
smadi0x86/GDB-MCP

smadi0x86/GDB-MCP

@smadi0x8661

An MCP server enabling LLMs to interact with GDB for binary debugging and analysis.

gdbdebuggingbinary analysisllmmcp servertool

Installation & Configuration

{
  "mcpServers": {
    "gdb": {
      "command": "uv",
      "args": [
        "run",
        "/home/youruser/dev/personal/GDB-MCP/server.py"
      ],
      "disabled": false
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/6/24
Updated
2026/6/7