dlv-mcp

xhd2015/dlv-mcp
★ 19 stars Go 🤖 AI/LLM Updated 22d ago
MCP Server that exposes Golang's Delve Debugger, enable AI to self-debug
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dlv-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/xhd2015/dlv-mcp@latest"
      ]
    }
  }
}