Skip to main content
Glama
458,158 tools. Updated 2026-08-14 23:05

"Debugging software using GDB (GNU Debugger)" matching MCP tools:

  • Start a GDB debugging session for executable, core dump, or custom commands. Detects missing debug symbols and other warnings, returning a session ID for further debugging tools.
    MIT
  • Check service availability and retrieve version details for the GNU units converter, including database source and data version.
    GPL 3.0
  • Step backward through program execution to undo instructions and examine previous states. Requires active GDB recording for reverse debugging.
    MIT
  • Load an ELF file into GDB, by default loading symbols for source-level debugging. Optionally program the ELF to the target by setting flash true.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server that exposes GDB debugging as tools. An AI assistant can set breakpoints, run programs, step through code, inspect variables and memory, and examine registers — all via structured tool calls. Reverse debugging with rr is also supported.
    34
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides programmatic access to the GNU Debugger (GDB), enabling AI models to interact with GDB through natural language for debugging tasks.
    9
    Apache 2.0

Matching MCP Connectors

  • Stop active debug sessions and terminate OpenOCD/GDB processes to end embedded system debugging operations.
    MIT
  • Check GDB version and verify if GEF is configured for debugging.
    MIT
  • Switch debugger focus to the specified CPU core. All subsequent debugging actions target that core.
    MIT
  • Lists GDB debugger features including version, build configuration, and available Python modules for debugging and reverse engineering tasks.
    MIT
  • Retrieve current OpenOCD/GDB runtime configuration and value sources to troubleshoot debugging sessions and embedded system issues.
    MIT
  • Stop an active GDB debugging session and release associated resources using the session ID obtained from starting a session.
    MIT
  • Initiate a GDB debugging session and receive a session ID. Supports debugging local programs, core files, attaching to processes, and remote targets.
    MIT
  • Open an interactive GDB console for manual code stepping, allowing joint control with automated debugging tools.
    MIT
  • Detects anti-debugging techniques in JavaScript and generates bypass scripts to neutralize debugger loops, devtools detection, timing checks, and more.
    MIT