← Back to search
io.github.vola-trebla/v8-cpu-profile-decoder-mcp
MCP server that decodes V8 CPU profiles into token-efficient bottleneck summaries for AI agents
A
94 / 100
Versions
0.1.1latestfirst seen Jun 5, 2026
Tools 6
extract_hottest_functions annotations: none low
Parses a V8 .cpuprofile file and returns the top N functions ranked by exclusive CPU time (self time).
profile_path string
analyze_call_tree_path annotations: none low
Finds all callers of a specific function in a V8 CPU profile and returns how often each caller invoked it.
profile_path string
correlate_source_code annotations: none low
Maps the hottest functions in a V8 CPU profile back to their original TypeScript source locations
profile_path string
analyze_gc_pressure annotations: none low
Analyses a V8 .cpuprofile for garbage collection overhead.
profile_path string
diff_profiles annotations: none low
Compares two V8 .cpuprofile files (before and after an optimization) and returns per-function
before_profile_path string
analyze_async_bottlenecks annotations: none low
Detects event-loop overhead in a V8 CPU profile by identifying V8 internal frames
profile_path string
Permissions 0
No permissions indexed yet.
Scan Findings 19
info
SBOM generated: 330 components
low
Tool 'extract_hottest_functions' has no annotations
low
Tool 'analyze_call_tree_path' has no annotations
low
Tool 'correlate_source_code' has no annotations
low
Tool 'analyze_gc_pressure' has no annotations
low
Tool 'diff_profiles' has no annotations
low
Tool 'analyze_async_bottlenecks' has no annotations
info
Sandbox failed to start for behavioral verification
medium
Buffer.from base64 in vola-trebla-v8-cpu-profile-decoder-mcp-71fd9dc/src/sourcemap.ts:48
info
package.json metadata
info
Tool: extract_hottest_functions
info
Tool: analyze_call_tree_path
info
Tool: correlate_source_code
info
Tool: analyze_gc_pressure
info
Tool: diff_profiles
info
Tool: analyze_async_bottlenecks
info
Transport: stdio
info
Sandbox failed to start for output poisoning scan
medium
No build provenance detected (SLSA L0)