Skip to content
Gemini CLI

v8 cpu profile decoder mcp for Gemini CLI

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:Gemini CLI transport:stdio runtime:npm

Install v8 cpu profile decoder mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "v8-cpu-profile-decoder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "v8-cpu-profile-decoder-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

v8 cpu profile decoder mcp in other clients