password strength mcp for VS Code
io.github.mrfentmen/password-strength-mcp
Score password strength locally with the zxcvbn algorithm. No network and no key.
client:VS Code
transport:stdio
runtime:npm
Install password strength mcp in VS Code
.vscode/mcp.json
{
"servers": {
"password-strength-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"password-strength-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs