Skip to main content
Glama

Delve MCP

by dwisiswant0

dap

Launch a Debug Adapter Protocol (DAP) server to enable debugging, tracing, and analyzing Go programs through the Delve MCP server, connecting seamlessly with DAP clients.

Instructions

Start a DAP (Debug Adapter Protocol) server

Input Schema

NameRequiredDescriptionDefault
clientAddrNoOptional address where DAP client is waiting for connection

Input Schema (JSON Schema)

{ "properties": { "clientAddr": { "description": "Optional address where DAP client is waiting for connection", "type": "string" } }, "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