Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_load

Load a program into GDB for debugging by specifying the session ID, program path, and optional command-line arguments. Facilitates debugging management in the MCP GDB Server.

Instructions

Load a program into GDB

Input Schema

NameRequiredDescriptionDefault
argumentsNoCommand-line arguments for the program (optional)
programYesPath to the program to debug
sessionIdYesGDB session ID

Input Schema (JSON Schema)

{ "properties": { "arguments": { "description": "Command-line arguments for the program (optional)", "items": { "type": "string" }, "type": "array" }, "program": { "description": "Path to the program to debug", "type": "string" }, "sessionId": { "description": "GDB session ID", "type": "string" } }, "required": [ "sessionId", "program" ], "type": "object" }

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