Skip to main content
Glama

MCP GDB Server

by signal-slot

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
gdb_start

Start a new GDB session

gdb_load

Load a program into GDB

gdb_command

Execute a GDB command

gdb_terminate

Terminate a GDB session

gdb_list_sessions

List all active GDB sessions

gdb_attach

Attach to a running process

gdb_load_core

Load a core dump file

gdb_set_breakpoint

Set a breakpoint

gdb_continue

Continue program execution

gdb_step

Step program execution

gdb_next

Step over function calls

gdb_finish

Execute until the current function returns

gdb_backtrace

Show call stack

gdb_print

Print value of expression

gdb_examine

Examine memory

gdb_info_registers

Display registers

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/signal-slot/mcp-gdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server