MCP server for loading and analyzing V8 and Chrome CPU profiles for GitHub Copilot and other MCP clients
Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.
compare_profilesCompare two loaded CPU profiles side-by-side. Shows functions that got slower/faster and new/removed hotspots.Compare two loaded CPU profiles side-by-side. Shows functions that got slower/faster and new/removed hotspots.
No input schema was published for this tool.
explain_functionReturns detailed timing info for a specific function: self-time, total-time, callers, and callees. Use this to understand why a function is slow.Returns detailed timing info for a specific function: self-time, total-time, callers, and callees. Use this to understand why a function is slow.
No input schema was published for this tool.
get_hotspotsReturns the top N functions by self-time (CPU time spent directly in the function, not its callees). Use this to find performance bottlenecks.Returns the top N functions by self-time (CPU time spent directly in the function, not its callees). Use this to find performance bottlenecks.
No input schema was published for this tool.
get_package_costsAggregate CPU self-time by npm package. Identifies which third-partyAggregate CPU self-time by npm package. Identifies which third-party
No input schema was published for this tool.
get_profile_summaryReturns an overview of a loaded profile: duration, sample count, top-level call tree (filtered to functions >0.1% of total time), and idle time percentage. For large profiles, the call tree is limited to depth 2 and top 20 children per node to keep output manageable. Also lists all loaded profiles…Returns an overview of a loaded profile: duration, sample count, top-level call tree (filtered to functions >0.1% of total time), and idle time percentage. For large profiles, the call tree is limited to depth 2 and top 20 children per node to keep output manageable. Also lists all loaded profiles…
No input schema was published for this tool.
how_to_collectReturns a ready-to-run command and step-by-step recipe for capturing a V8Returns a ready-to-run command and step-by-step recipe for capturing a V8
No input schema was published for this tool.
load_profileParse and load a V8/Chrome CPU profile from disk. Supports both .cpuprofile files and Chrome DevTools Trace JSON exports. Returns a profile ID for use with other tools.Parse and load a V8/Chrome CPU profile from disk. Supports both .cpuprofile files and Chrome DevTools Trace JSON exports. Returns a profile ID for use with other tools.
No input schema was published for this tool.
read_source_contextRead the actual source code for a hot function and annotate each line withRead the actual source code for a hot function and annotate each line with
No input schema was published for this tool.
suggest_optimizationsAnalyzes the profile and returns structured optimization suggestions for the hottestAnalyzes the profile and returns structured optimization suggestions for the hottest
No input schema was published for this tool.
9 of 9 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
MCP server for loading and analyzing V8 and Chrome CPU profiles for GitHub Copilot and other MCP clients
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
The crawl stopped at the depth-4 limit. Anything below that level was never resolved.
The crawl stopped at the 60-package limit. The rest of the tree was never resolved.
36 more resolved packages are not drawn here (display cap: 24). Every dependency carrying an advisory is drawn regardless of the cap. Full inventory (CycloneDX SBOM)
53 declared dependencies never landed in the tree. They are missing from Forge's resolution, not from the package.
+41 more not listed. The counts by reason above cover all of them.
Not followed: peerDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.