loading…
Search for a command to run...
loading…
Password AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Password AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Password AI MCP Server — Security and password tools.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"password-ai-mcp": {
"command": "npx",
"args": []
}
}
}