password strength mcp for Zed
io.github.mrfentmen/password-strength-mcp
Score password strength locally with the zxcvbn algorithm. No network and no key.
client:Zed
transport:stdio
runtime:npm
Install password strength mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"password-strength-mcp": {
"command": "npx",
"args": [
"-y",
"password-strength-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs