perfetto-mcp

antarikshc/perfetto-mcp

3.4

If you are the rightful owner of perfetto-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Perfetto MCP is a Model Context Protocol server designed to analyze Perfetto Traces using natural-language prompts.

Tools

Functions exposed to the LLM to take actions

find_slices

Scans slice names and surfaces duration stats and example slices.

execute_sql_query

Executes custom PerfettoSQL scripts against the trace database.

detect_anrs

Detects ANR events and provides context and severity.

anr_root_cause_analyzer

Correlates blocking states and ranks likely ANR causes.

cpu_utilization_profiler

Aggregates per-thread runtime to compute CPU% and flags overloads.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources