Skip to main content
Glama
Heretek-RE

re-gdb

by Heretek-RE

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

check_gdb

Confirm gdb + GEF

start_session

Open a session, optionally load a binary

end_session

Tear down a session

run_to_breakpoint

Set a BP and run

step_count

Single-step N times, return registers

read_memory

x/N fmt ADDR

gef_heap

GEF heap chunks

gef_canary

GEF canary

gef_registers

GEF registers

gef_vmmap

GEF vmmap

gef_nearpc

GEF nearpc

gef_pattern_create / gef_pattern_offset

Cyclic-pattern helpers

attach_pid

Attach to a running process

Related MCP server: GDB Lite 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-gdb

Safety

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.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that enables AI assistants to control GDB debugging sessions, including breakpoint management, thread analysis, and variable inspection, using the GDB/MI protocol.
    Last updated
    22
    1
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    A lightweight MCP server that enables LLM agents to interact with GDB for debugging native programs, supporting spawning sessions, executing commands, interrupting hangs, and closing sessions.
    Last updated
    4
    13
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    MCP server that wraps gdb to enable LLMs to drive live debugging sessions, including starting sessions on binaries, attaching to processes, and running commands.
    Last updated
    7
    3
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    MCP server for reverse engineering Windows executables and related binary formats, offering static analysis, Ghidra-assisted function recovery, plugin-driven tooling, and optional isolated Windows runtime execution.
    Last updated
    10
    238
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for ScanMalware.com URL scanning, malware detection, and analysis.

  • An MCP server for deep research or task groups

  • MCP server for understanding Javascript internals from ECMAScript specification.

View all MCP Connectors

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