pprof-analyzer-mcp

ZephyrDeng/pprof-analyzer-mcp
★ 50 stars Go 📁 File System Updated 23d ago
This is a Model Context Protocol (MCP) server implemented in Go, providing a tool to analyze Go pprof performance profiles.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pprof-analyzer-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/ZephyrDeng/pprof-analyzer-mcp@latest"
      ]
    }
  }
}