Continuous Profiling Platform. Debug performance issues down to a single line of code
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pyroscope": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pyroscope"
]
}
}
}