Skip to content
Gemini CLI

aiiq mcp for Gemini CLI

io.github.shea256/aiiq-mcp

Query AI IQ (aiiq.org) model IQ, rankings, benchmarks, and methodology.

client:Gemini CLI transport:stdio runtime:npm

Install aiiq mcp 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": {
    "aiiq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aiiq/mcp"
      ],
      "env": {
        "AIIQ_API_BASE": "<AIIQ_API_BASE>"
      }
    }
  }
}

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

aiiq mcp in other clients