Perfonext Profiler MCP for Zed
io.github.souvikdu/perfonext-profiler-mcp
MCP server for analyzing V8/Chrome CPU profiles with line-level tick attribution.
client:Zed
transport:stdio
runtime:npm
Install Perfonext Profiler MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"perfonext-profiler-mcp": {
"command": "npx",
"args": [
"-y",
"@perfonext/profiler-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs