Skip to content
Back to search
30
MCP

Delve

pulsemcp/delve

Provides a complete interface to the Delve debugger for Go programs, enabling starting debug sessions, setting breakpoints, controlling execution flow, and inspecting program state

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

DAP Debugger
Integrates with DAP-compatible debuggers like Delve to provide comprehensive debugging session management including breakpoints, execution c
0 tools
io.github.dave-london/go
Structured Go tool output (build, test, vet) as typed JSON diagnostics.
0 tools
io.github.Dave-London/go
Structured Go tool output (build, test, vet) as typed JSON diagnostics.
0 tools
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
0 tools
io.github.Dave-London/pare-go
Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.
0 tools
io.github.dave-london/pare-go
Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "delve": {
      "url": "None",
      "transport": "http"
    }
  }
}