Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Bcrypt

БесплатноПоддерживается

MCP server: hash and verify passwords with bcrypt.

GitHubEmbed

Описание

MCP server: hash and verify passwords with bcrypt.

README

npm mcp

MCP server: hash and verify passwords with bcrypt. Backed by bcryptjs so there's no native build step.

Tools

hash

{ "password": "correct horse battery staple", "cost": 10 }

{ "hash": "$2a$10$..." }

cost is the bcrypt work factor: 4-15, default 10. Each +1 doubles the compute cost.

verify

{ "password": "correct horse battery staple", "hash": "$2a$10$..." }

{ "match": true }

Configure

{ "mcpServers": { "bcrypt": { "command": "npx", "args": ["-y", "@mukundakatta/bcrypt-mcp"] } } }

License

MIT.

Repository Health

This repository includes a dependency-free health check for core documentation, metadata, and CI wiring. Run it locally before publishing changes:

python3 scripts/check_repository_health.py

The same check runs in GitHub Actions on pushes and pull requests.

from github.com/MukundaKatta/bcrypt-mcp

Установить Bcrypt в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install bcrypt

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add bcrypt -- npx -y @mukundakatta/bcrypt-mcp

Пошаговые гайды: как установить Bcrypt

FAQ

Bcrypt MCP бесплатный?

Да, Bcrypt MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Bcrypt?

Нет, Bcrypt работает без API-ключей и переменных окружения.

Bcrypt — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Bcrypt в Claude Desktop, Claude Code или Cursor?

Открой Bcrypt на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Изменения

Версии и запрашиваемые доступы со временем.

  • Новая версия опубликована

Похожие MCP

Compare Bcrypt with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai