Skip to main content
Glama

Delve MCP

by dwisiswant0

exec

Debug precompiled Go binaries by specifying the binary path and arguments. Integrates with Delve MCP to enable debugging, tracing, and analysis of Go programs using natural language commands.

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

Other Tools from Delve MCP

Related Tools

  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp

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