password-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@password-mcpgenerate a 20-character password with symbols and no ambiguous characters"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
password-mcp
MCP server: generate strong passwords and score password strength with
zxcvbn. Randomness comes from Node's crypto.randomBytes with rejection
sampling so the distribution is uniform across the chosen alphabet.
Tools
generate
{ "length": 20, "exclude_ambiguous": true }→ { "password": "aB3xK7nQ2wP9vR4zM8tL" }
Field | Default | Notes |
| 20 | 4-256 |
| true | |
| true | |
| true | |
| true | |
| false | Drops |
At least one character from each enabled class is guaranteed.
strength
{ "password": "correct horse battery staple" }→
{
"score": 4,
"guesses_log10": 17.34,
"crack_time_display": "centuries",
"warning": "",
"suggestions": []
}score is the zxcvbn 0-4 strength rating. guesses_log10 is the base-10 log
of the estimated guesses needed.
Related MCP server: MCP Password Generator
Configure
{ "mcpServers": { "password": { "command": "npx", "args": ["-y", "@mukundakatta/password-mcp"] } } }License
MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides random number generation utilities, including a secure UUID generator powered by Node's crypto module.7263MIT
- Flicense-qualityDmaintenanceGenerates secure random passwords and memorable passphrases with customizable options including length, character types, emojis, and automatic strength evaluation using zxcvbn scoring.
- Flicense-qualityDmaintenanceCryptographically secure random number generation and randomized resources, including tools for numbers, strings, dice rolls, UUIDs, and passphrases.4
- Alicense-qualityAmaintenanceLocal, encrypted password vault with AES-256-GCM and PBKDF2, exposing MCP tools for secure credential management, password generation, and search.MIT
Related MCP Connectors
Secure password generator MCP.
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MukundaKatta/password-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server