Skip to main content
Glama

Delve MCP

by dwisiswant0

attach

Attach to a running Go process by specifying its process ID (PID) for debugging and analysis using the Delve debugger interface.

Instructions

Attach to a running process

Input Schema

NameRequiredDescriptionDefault
pidYesProcess ID to attach to

Input Schema (JSON Schema)

{ "properties": { "pid": { "description": "Process ID to attach to", "type": "number" } }, "required": [ "pid" ], "type": "object" }

Other Tools from Delve MCP

Related Tools

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/dwisiswant0/delve-mcp'

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