Skip to main content
Glama

Delve MCP

by dwisiswant0

replay

Replay recorded execution traces in the Delve MCP server to debug and analyze Go programs, using specified trace paths and optional process IDs.

Instructions

Replay an rr trace

Input Schema

NameRequiredDescriptionDefault
onProcessNoOptional PID to pass to rr
tracePathYesPath to the rr trace directory

Input Schema (JSON Schema)

{ "properties": { "onProcess": { "description": "Optional PID to pass to rr", "type": "number" }, "tracePath": { "description": "Path to the rr trace directory", "type": "string" } }, "required": [ "tracePath" ], "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