v8 cpu profile decoder mcp for VS Code
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:VS Code
transport:stdio
runtime:npm
Install v8 cpu profile decoder mcp in VS Code
.vscode/mcp.json
{
"servers": {
"v8-cpu-profile-decoder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"v8-cpu-profile-decoder-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs