Collects Go runtime profiling data via the Model Context Protocol (MCP).
Pprof Agent integrates Go's built-in profiling capabilities with the MCP protocol, providing a streamlined way to collect and analyze performance data from Go applications. It supports CPU, heap, goroutine, block, allocation, and thread creation profiles, offering multiple view modes (flat, cumulative, and graph) for in-depth analysis. The agent facilitates real-time monitoring and debugging, enabling developers to identify bottlenecks, memory leaks, and synchronization issues.