★ 1 stars
Python
💰 Finance
Updated 2mo ago
⚠ Review
MCP server for generating cryptographically secure passwords. Customizable length, symbols, numbers, case options. Built with FastMCP 2.0. Includes strength analysis and passphrase generation.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"strong-password-gene": {
"command": "uvx",
"args": [
"strong-password-generator-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add strong-password-gene uvx strong-password-generator-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"strong-password-gene": {
"command": "uvx",
"args": [
"strong-password-generator-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install strong-password-generator-mcp
Topics
fastmcp mcp mcp-servers password-generator