W
Why Did You Render
Captures React re-render reports from the browser and exposes them to AI coding agents for performance debugging.
Share:
About
Captures React re-render reports from the browser and exposes them to AI coding agents for performance debugging.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install Why Did You Render
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"why-did-you-render": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-why-did-you-render"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"why-did-you-render": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-why-did-you-render"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"why-did-you-render": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-why-did-you-render"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.