Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_start

Initiate a new GDB debugging session by specifying the GDB executable path and working directory, enabling managed debugging through AI-assisted commands.

Instructions

Start a new GDB session

Input Schema

NameRequiredDescriptionDefault
gdbPathNoPath to the GDB executable (optional, defaults to "gdb")
workingDirNoWorking directory for GDB (optional)

Input Schema (JSON Schema)

{ "properties": { "gdbPath": { "description": "Path to the GDB executable (optional, defaults to \"gdb\")", "type": "string" }, "workingDir": { "description": "Working directory for GDB (optional)", "type": "string" } }, "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