Skip to content
Gemini CLI

pgiq mcp for Gemini CLI

io.github.powergridiq/pgiq-mcp

PGIQ Rating as agent tools for siting large electricity loads across 67 power markets.

client:Gemini CLI transport:stdio runtime:npm

Install pgiq 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": {
    "pgiq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pgiq-mcp"
      ],
      "env": {
        "PGIQ_KEY": "<PGIQ_KEY>"
      }
    }
  }
}

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

pgiq mcp in other clients