Skip to content
Gemini CLI

password strength mcp for Gemini CLI

io.github.mrfentmen/password-strength-mcp

Score password strength locally with the zxcvbn algorithm. No network and no key.

client:Gemini CLI transport:stdio runtime:npm

Install password strength mcp in Gemini CLI

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

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

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

password strength mcp in other clients