Skip to content
Cursor

Password Strength Analyzer API for Cursor

io.github.br0ski777/password-strength

Password strength scoring with entropy, crack time estimation, common password detection. x402.

client:Cursor transport:sse

Install Password Strength Analyzer API in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "password-strength": {
      "url": "https://password-strength.api.klymax402.com/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Password Strength Analyzer API in other clients