Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by smadi0x86 • Testing & QA
An MCP (Model Context Protocol) server that lets LLM-based agents interact with GDB for debugging, binary analysis, and program inspection.
Start and manage GDB debugging sessions programmatically (create, list, terminate sessions).
Control program execution and inspect state (continue, step, next, breakpoints, backtrace, registers).
Advanced binary analysis operations such as disassembling functions, reading memory bytes, and extracting symbol/stack information.
This project exposes GDB functionality over the MCP protocol so language-model clients can start and manage GDB sessions, load programs or core dumps, control execution, set breakpoints/watchpoints, inspect memory and registers, and perform advanced analyses like disassembly and stack inspection. It provides a command-line/stdio server with quick-start instructions and integrations for Claude Desktop and VSCode Copilot. The repository includes example prompts and test commands to validate functionality. It is intended to enable automated or conversational debugging workflows driven by LLM agents.
Start a new gdb session for a binary and return the session id.
Start gdb and attach to an existing process id.
Execute a raw gdb command within a session and return the output.
List active gdb sessions.
Shut down a gdb session and remove it from the registry.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.