Skip to content
Gemini CLI

val for Gemini CLI

com.nyx-intelligence/val

QA agent for vibecoded apps. Real browser checks, your AI fixes them. Ship to green.

client:Gemini CLI transport:stdio runtime:npm

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

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

val in other clients