Skip to main content
Glama

Delve MCP

by dwisiswant0

core

Analyze core dumps produced by Go executables to debug and trace program issues. Input the executable path and core dump file for detailed insights into code behavior and errors.

Instructions

Examine a core dump

Input Schema

NameRequiredDescriptionDefault
corePathYesPath to the core dump file
executableYesPath to the executable that produced the core dump

Input Schema (JSON Schema)

{ "properties": { "corePath": { "description": "Path to the core dump file", "type": "string" }, "executable": { "description": "Path to the executable that produced the core dump", "type": "string" } }, "required": [ "executable", "corePath" ], "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