3 months ago
research-and-dataA Model Context Protocol (MCP) server that transforms natural-language prompts into focused Perfetto analyses. Quickly explain jank, diagnose ANRs, spot CPU hot threads, uncover lock contention, and find memory leaks – all without writing SQL.
Tools
find_slices
execute_sql_query
detect_anrs
anr_root_cause_analyzer
cpu_utilization_profiler
detect_jank_frames
frame_performance_summary
memory_leak_detector
heap_dominator_tree_analyzer
thread_contention_analyzer
binder_transaction_profiler
main_thread_hotspot_slices
Server Config
{
"mcpServers": {
"perfetto-mcp": {
"command": "uvx",
"args": [
"perfetto-mcp"
]
}
}
}