v8 cpu profile decoder mcp for Grok
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:Grok
transport:stdio
runtime:npm
Install v8 cpu profile decoder mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"v8-cpu-profile-decoder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"v8-cpu-profile-decoder-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs