Skip to content
Gemini CLI

uniprof for Gemini CLI

io.github.indragiek/uniprof

Universal CPU profiler designed for humans and AI agents

client:Gemini CLI transport:stdio runtime:npm

Install uniprof in Gemini CLI

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

{
  "mcpServers": {
    "uniprof": {
      "command": "npx",
      "args": [
        "-y",
        "uniprof"
      ]
    }
  }
}

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

uniprof in other clients