react render profile mcp for Zed
io.github.vola-trebla/react-render-profile-mcp
Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents.
client:Zed
transport:stdio
runtime:npm
Install react render profile mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"react-render-profile-mcp": {
"command": "npx",
"args": [
"-y",
"react-render-profile-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs