
pprof-mcp-agent
Supports UIby yudppp
Real-time Go runtime profiling data delivered via MCP for deep performance analysis and debugging.
What it does
Connects to Go applications to provide real-time runtime profiling data. It allows AI agents to analyze CPU usage, memory allocations, and goroutine states directly through the Model Context Protocol, turning raw pprof data into actionable insights.
Tools
get_cpu_profile: Collects CPU-intensive code paths and bottlenecks.get_heap_profile: Analyzes memory usage and identifies leaks.get_goroutine_profile: Examines goroutine states and detects deadlocks.get_block_profile: Identifies synchronization contention points.get_alloc_profile: Monitors memory allocation frequency and churn.get_thread_creation_profile: Tracks OS thread creation patterns.
Installation
{
"mcpServers": {
"pprof-mcp-agent": {
"command": "go",
"args": ["run", "github.com/yudppp/pprof-mcp-agent"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go get github.com/yudppp/pprof-mcp-agentInformation
- Pricing
- free
- Published
- 4/28/2026
- stars






