jtang613/gdb-mcp
A lightweight MCP Server for GDB automation.
This lightweight server helps software developers and debug engineers automate interactions with the GDB debugger. It takes GDB commands as input and returns their textual output, enabling external scripts or tools to programmatically control GDB and retrieve information. This is ideal for anyone looking to integrate GDB debugging into their automated workflows.
No commits in the last 6 months.
Use this if you need to programmatically send commands to a running GDB instance and capture its output from an external application or script.
Not ideal if you primarily debug interactively or do not need to integrate GDB with other automated tools.
Stars
13
Forks
2
Language
—
License
MIT
Category
Last pushed
Aug 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/jtang613/gdb-mcp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
drhelius/Gearboy
Game Boy / Gameboy Color emulator, debugger and embedded MCP server for macOS, Windows, Linux,...
drhelius/Gearsystem
Sega Master System / Game Gear / SG-1000 emulator, debugger and embedded MCP server for macOS,...
svnscha/mcp-windbg
Model Context Protocol for WinDBG
miscusi-peek/cheatengine-mcp-bridge
Connect Cursor, Copilot & Claude directly to Cheat Engine via MCP. Automate reverse engineering,...
microsoft/DebugMCP
Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.