Description
MCP Go Debugger provides a bridge between AI assistants and the Delve debugger for Go applications, enabling runtime debugging capabilities through a standardized interface. Built by Felix Sun, it leverages the mark3labs/mcp-go framework to expose essential debugging functions including setting breakpoints, stepping through code, inspecting variables, and examining stack traces. The implementation embeds Delve directly as a library dependency, allowing for seamless program launch, attachment to running processes, and direct source file debugging - making it particularly valuable for AI-assisted debugging sessions where developers need to diagnose issues in Go applications without switching contexts.
Server Details
Added
April 21, 2025
