hostproto-dap-delve
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hostproto-dap-delvedebug my Go program and show goroutines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hostproto-dap-delve
The second HostProto DAP adapter: a Delve (dlv dap, Go) session
exposed through MCP 2026-07-28, pinned to the same eleven
hostproto-semantics
bundles as hostproto-dap-debugpy
and hostproto-mcp-playwright.
It exists to test kill gate 1 late: does a second, unrelated debugger need a
different envelope? It did not. The diff against the debugpy adapter was the
measurement (docs/DECISIONS.md ADR-0001), and that diff is now
src/binding.ts: since hostproto-semantics ADR-0012 both adapters are
bindings on hostproto-dap-core.
What differs from debugpy, and where it went
Delve fact | Where it landed |
| the core's |
|
|
debuggee stdio rides | normalized into the same |
goroutines are threads; | every surface is stamped with the event's reason and the thread that caused it |
| the spike's "verified only the bound one" case is reachable here (debugpy relocates instead) |
no reverse requests |
|
|
|
Everything else — handles, revision per thread, host-assigned cursor,
revision-scoped targets refused before send, preconditions, receipts with
unknown, omitted-not-lost, recovery with the DAP log as evidence, the
earned capability profile — is the debugpy adapter's code, unchanged.
Related MCP server: DebugPilot
Run
npm ci
go install github.com/go-delve/delve/cmd/dlv@v1.27.1 # or HOSTPROTO_DLV=/path/to/dlv
npm test # real client ↔ real server over stdio ↔ real dlv dap ↔ real Go program
npm startThis server cannot be deployed
Maintenance
Related MCP Connectors
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Repository knowledge graph MCP server for codebase understanding and debugging.
Hosted MCP memory and agent control plane for durable conversations, jobs, and operations.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to perform interactive Python debugging with breakpoints, step execution, and variable inspection using the Debug Adapter Protocol (DAP) through an MCP server interface.81MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to inspect debug state, control execution, and set breakpoints in VS Code by exposing the Debug Adapter Protocol as an MCP server.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides Claude with direct debugging capabilities via the Debug Adapter Protocol, currently supporting Go debugging with dlv dap.3 npm1MIT
- AlicenseAqualityAmaintenanceEnables coding agents to connect to Debug Adapter Protocol debuggers over MCP, allowing them to launch or attach to native targets, control execution, set breakpoints and watchpoints, inspect stacks, variables, memory, and exceptions, and capture agent-friendly debugger snapshots.18120 npm2Apache 2.0