Provides a Model Context Protocol (MCP) server with remote debugging and profiling tools for Go applications.
The Remote Debugger acts as a Model Context Protocol (MCP) server, offering a suite of remote debugging and profiling capabilities specifically designed for Go applications. It integrates popular tools like Delve for non-interactive debugging, Pprof for performance analysis, and Sysinfo for gathering system information. The server extends its reach to Kubernetes clusters through port-forwarding and to remote machines via SSH, enabling comprehensive diagnostics and resource management across diverse environments, making it ideal for automating complex workflows through coding agents.