Skip to content
Windsurf

Perfonext Profiler MCP for Windsurf

io.github.souvikdu/perfonext-profiler-mcp

MCP server for analyzing V8/Chrome CPU profiles with line-level tick attribution.

client:Windsurf transport:stdio runtime:npm

Install Perfonext Profiler MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "perfonext-profiler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@perfonext/profiler-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Perfonext Profiler MCP in other clients