Skip to content
Gemini CLI

five46 for Gemini CLI

io.github.sekharsdet/five46

BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.

client:Gemini CLI transport:stdio runtime:npm

Install five46 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": {
    "five46": {
      "command": "npx",
      "args": [
        "-y",
        "five46"
      ],
      "env": {
        "FIVE46_LLM_PROVIDER": "<FIVE46_LLM_PROVIDER>",
        "FIVE46_LLM_API_KEY": "<FIVE46_LLM_API_KEY>",
        "FIVE46_MCP_ALLOW_WRITES": "<FIVE46_MCP_ALLOW_WRITES>",
        "FIVE46_MCP_ALLOW_DELETES": "<FIVE46_MCP_ALLOW_DELETES>",
        "FIVE46_MCP_CONCURRENCY": "<FIVE46_MCP_CONCURRENCY>"
      }
    }
  }
}

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

five46 in other clients