pprof

GitHub

pprof is a tool for visualization and analysis of profiling data

9,170 stars Go 1 file ยท ~9,890 tokens #performance#performance-analysis#pprof#profiler

pprof MCP Server

MCP server for google/pprof

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "pprof": {
      "command": "npx",
      "args": [
        "-y",
        "@google/pprof"
      ]
    }
  }
}