Skip to main content
Glama

Delve MCP

by dwisiswant0

exec

Analyze and debug precompiled Go binaries using specified arguments to identify errors and optimize performance with Delve MCP's execution tool.

Instructions

Debug a precompiled binary

Input Schema

NameRequiredDescriptionDefault
argsNoArguments to pass to the binary
binaryYesPath to the binary

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Arguments to pass to the binary", "items": { "type": "string" }, "type": "array" }, "binary": { "description": "Path to the binary", "type": "string" } }, "required": [ "binary" ], "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