v8 cpu profile decoder mcp for Zed
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:Zed
transport:stdio
runtime:npm
Install v8 cpu profile decoder mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"v8-cpu-profile-decoder-mcp": {
"command": "npx",
"args": [
"-y",
"v8-cpu-profile-decoder-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs