mcp-dap-server

go-delve/mcp-dap-server
★ 74 stars Go 🤖 AI/LLM Updated 18d ago
MCP server to communicate with DAP servers allowing AI Agents the ability to debug live programs.
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": {
    "mcp-dap-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/go-delve/mcp-dap-server@latest"
      ]
    }
  }
}

Topics

agentic-aiagentsaidapdebuggingdebugging-toolmcpmcp-server