Skip to main content
Glama

MCP GDB Server

by signal-slot

gdb_attach

Attach to a running process by providing the GDB session ID and process ID, enabling real-time debugging and analysis within the MCP GDB Server environment.

Instructions

Attach to a running process

Input Schema

NameRequiredDescriptionDefault
pidYesProcess ID to attach to
sessionIdYesGDB session ID

Input Schema (JSON Schema)

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