Password Strength Analyzer API for Grok
io.github.br0ski777/password-strength
Password strength scoring with entropy, crack time estimation, common password detection. x402.
client:Grok
transport:sse
Install Password Strength Analyzer API in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"password-strength": {
"type": "sse",
"url": "https://password-strength.api.klymax402.com/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs