Skip to content

v8 cpu profile decoder mcp for Cursor

io.github.vola-trebla/v8-cpu-profile-decoder-mcp

MCP server that decodes V8 CPU profiles into token-efficient bottleneck summaries for AI agents

client:Cursor transport:stdio runtime:npm

Install v8 cpu profile decoder mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "v8-cpu-profile-decoder-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "v8-cpu-profile-decoder-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

v8 cpu profile decoder mcp in other clients