Skip to content
Gemini CLI

llm-oracle for Gemini CLI

io.github.weiseer/llm-oracle

Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.

client:Gemini CLI transport:stdio runtime:npm

Install llm-oracle in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<LLM_ORACLE_URL>",
        "LLM_ORACLE_LOCAL_ONLY": "<LLM_ORACLE_LOCAL_ONLY>"
      }
    }
  }
}

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

llm-oracle in other clients