Analyzes Go pprof performance profiles to identify performance bottlenecks.
Pprof Analyzer is a Model Context Protocol (MCP) server implemented in Go that provides tools for analyzing Go pprof performance profiles. It allows users to analyze CPU, heap, goroutine, and other profile types, generating reports in text, markdown, JSON, or flame graph formats. The server also supports generating SVG flame graphs and opening interactive pprof sessions on macOS.