@perfonext/profiler-mcp

MCPattested
v0.7.2UnknownMITUpdated 2d agonpmGitHub

MCP server for loading and analyzing V8 and Chrome CPU profiles for GitHub Copilot and other MCP clients

Works in
ClaudeCursorCopilotGemini

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.

Attested build
A verified provenance attestation binds this artifact to the listed repository. Nobody has claimed the listing yet — this proves where the code was built, not who stands behind it.
329Downloads/wk
2d agoLast update
Package
AuthorUnknown
LicenseMIT
Version0.7.2
Sourcenpm+mcp-registry
Trust Status
A
85/100Trusted
Listed in Forge index+10/10
Identity verified · attested build+20/20
Ed25519 publish signature+0/5
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
npm maintainer match+0/5
Publisher: add the verified GitHub login to the npm package's maintainers (npm owner add <login>)
CVE scan · clean+30/30
Static analysis · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusIdentity verified
PublisherUnverified
SignatureUnsigned
Domain
Provenance✓ Sigstore-verified · 04a36fe
Dependencies✓ 60 resolved+ · none vulnerable
Tool surface9 tools · none privileged
Security scan✓ Cleanv0.7.2 · todayHow well does this scan work?
EvalsNone
IndexedSep 7, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

9 tools · none privileged
Statically extracted from the published packagev0.7.2 · 2h ago

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-party

Aggregate 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 V8

Returns 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 with

Read 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 hottest

Analyzes 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.

About

MCP server for loading and analyzing V8 and Chrome CPU profiles for GitHub Copilot and other MCP clients

Keywords
mcpgithub-copilotcpu-profilerprofilingv8chromecpuprofileperformancenextjs
Alternatives
Comparing tool surfaces…

Dependency tree

What one Forge scan resolved from npm metadata on 2026-09-07 — observed resolution, not a publisher declaration.

60 packages resolved · 2 direct · none carrying advisories Resolution stops at depth 4 and 60 packages.

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)

Declared but not resolved

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.

Topics

Related in git & code hosting