Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_command

Execute GDB debugging commands by specifying a session ID and command, enabling users to manage sessions, set breakpoints, and inspect variables through the MCP GDB Server.

Instructions

Execute a GDB command

Input Schema

NameRequiredDescriptionDefault
commandYesGDB command to execute
sessionIdYesGDB session ID

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "GDB command to execute", "type": "string" }, "sessionId": { "description": "GDB session ID", "type": "string" } }, "required": [ "sessionId", "command" ], "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