re-gdb
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@re-gdbrun to breakpoint at main in ./vuln and show registers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
re-gdb
MCP server wrapping GDB + GEF for dynamic analysis. Spawns a persistent GDB subprocess per session and drives it via the GDB/MI protocol.
Tools
Tool | What it does |
| Confirm gdb + GEF |
| Open a session, optionally load a binary |
| Tear down a session |
| Set a BP and run |
| Single-step N times, return registers |
|
|
| GEF |
| GEF |
| GEF |
| GEF |
| GEF |
| Cyclic-pattern helpers |
| Attach to a running process |
Related MCP server: GDB-MCP
Install
# System dependency
apt install gdb # Debian/Ubuntu
brew install gdb # macOS
scoop install gdb # Windows
# GEF (auto-installed by install.sh to ~/.gdb/gef.py)
curl -fsSL https://github.com/hugsy/gef/raw/main/gef.py -o ~/.gdb/gef.py
# Python
pip install -e ./servers/re-gdbSafety
Never run unsigned binaries on a host you care about. Use a sandbox, a VM, or a Docker container. Dynamic analysis on untrusted samples is dangerous.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heretek-RE/re-gdb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server