password strength mcp for Cursor
io.github.mrfentmen/password-strength-mcp
Score password strength locally with the zxcvbn algorithm. No network and no key.
client:Cursor
transport:stdio
runtime:npm
Install password strength mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"password-strength-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"password-strength-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs