Skip to main content
Glama

Delve MCP

by dwisiswant0

trace

Track and analyze Go program execution by specifying functions with a regex, setting stack depth, and attaching to a process ID using the Delve MCP server.

Instructions

Trace program execution

Input Schema

NameRequiredDescriptionDefault
ebpfNoUse eBPF for tracing (experimental)
pidNoPid to attach to
pkgNoPackage to trace (defaults to .)
regexpYesRegular expression to match functions to trace
stackNoShow stack trace with given depth

Input Schema (JSON Schema)

{ "properties": { "ebpf": { "description": "Use eBPF for tracing (experimental)", "type": "boolean" }, "pid": { "description": "Pid to attach to", "type": "number" }, "pkg": { "description": "Package to trace (defaults to .)", "type": "string" }, "regexp": { "description": "Regular expression to match functions to trace", "type": "string" }, "stack": { "description": "Show stack trace with given depth", "type": "number" } }, "required": [ "regexp" ], "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