perf for Gemini CLI
io.github.rog0x/perf
Benchmark, memory, Big O analysis for AI agents
client:Gemini CLI
transport:stdio
runtime:npm
Install perf in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"perf": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-perf-tools"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs