Skip to content
Gemini CLI

pixelpact for Gemini CLI

io.github.jamalkamaladdin/pixelpact

Extract a visual contract from a reference page and measure an implementation against it

client:Gemini CLI transport:stdio runtime:npm

Install pixelpact in Gemini CLI

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

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

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

pixelpact in other clients