Skip to main content
Glama

Delve MCP

by dwisiswant0

attach

Connect to a running Go process by specifying its Process ID using the Delve MCP server. Enables debugging, tracing, and analysis of Go programs through natural language commands.

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" }

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