Skip to main content
Glama
204,280 tools. Last updated 2026-06-14 23:34

"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
  • Remove a debugger breakpoint by its ID to allow execution to pass that location uninterrupted, cleaning up breakpoints or disabling debugging at specific points.
    MIT
  • Check GDB version and verify if GEF is configured for debugging.
    MIT
  • Stop active debug sessions and terminate OpenOCD/GDB processes to end embedded system debugging operations.
    MIT
  • Stop an active GDB debugging session and release associated resources using the session ID obtained from starting a session.
    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.
    Last updated
    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.
    Last updated
    7
    Apache 2.0

Matching MCP Connectors

  • Open an interactive GDB console for manual code stepping, allowing joint control with automated debugging tools.
    MIT
  • Initiate a GDB debugging session and receive a session ID. Supports debugging local programs, core files, attaching to processes, and remote targets.
    MIT
  • Retrieve the current status of an active GDB debugging session using the session ID obtained from gdb_start_session.
    MIT
  • List all active GDB debugging sessions on the MCP GDB Server to manage and monitor ongoing debugging processes efficiently.
    MIT
  • Check the current status of a GDB debugging session to monitor execution state and debugger activity for Nintendo Switch executables.
    MIT
  • End a GDB debugging session by specifying its session ID, enabling efficient management of debugging processes in the MCP GDB Server.
    MIT
  • Manage GDB debugging sessions by starting, stopping, restarting, or inspecting the current session. Specify the GDB path, working directory, and extra arguments to control the debugger effectively.
    MIT
  • Retrieve stack backtraces for debugging Nintendo Switch executables using GDB to analyze program flow and identify issues during execution.
    MIT
  • Start a GDB debugging session by specifying the GDB executable path and working directory, enabling inspection of variables and execution of commands via the MCP GDB Server.
    MIT
  • Start a GDB debugging session for a compiled C++ executable, enabling step-by-step execution, breakpoints, and variable inspection.
    MIT
  • Terminate an active GDB debugging session, releasing resources and closing the connection.
    MIT