Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"password-ai": {
"args": [
"-m",
"meok_password_ai_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Password AI MCP Server — Security and password tools.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-password-ai-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-password-ai-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
Signed receipts for agent, API, and MCP interactions. Portable and offline-verifiable.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/password-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Password AI MCP Server — Security and password tools.
| Tool | Description |
|---|---|
generate_password | Generate secure random passwords. |
check_strength | Analyze password strength with detailed scoring. |
hash_password | Hash a password. Algorithms: md5, sha1, sha256, sha512, sha3_256. |
estimate_crack_time | Estimate how long to brute-force a password at given guess rate. |
pip install meok-password-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"password-ai": {
"command": "python",
"args": ["-m", "meok_password_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs