This is a Model Context Protocol (MCP) server implemented in Go, providing a tool to analyze Go pprof performance profiles.
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"
]
}
}
}
Run in terminal:
claude mcp add pprof-analyzer-mcp go run github.com/ZephyrDeng/pprof-analyzer-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"pprof-analyzer-mcp": {
"command": "go",
"args": [
"run",
"github.com/ZephyrDeng/pprof-analyzer-mcp@latest"
]
}
}
}