Skip to content
VS Code

Password Strength Analyzer API for VS Code

io.github.br0ski777/password-strength

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

client:VS Code transport:sse

Install Password Strength Analyzer API in VS Code

.vscode/mcp.json

{
  "servers": {
    "password-strength": {
      "type": "sse",
      "url": "https://password-strength.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Password Strength Analyzer API in other clients