Command Palette

Search for a command to run...

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

Password Generator

БесплатноНе проверен

Generates random passwords with configurable character sets (all, alpha, numbers, letters) via the Model Context Protocol.

GitHubEmbed

Описание

Generates random passwords with configurable character sets (all, alpha, numbers, letters) via the Model Context Protocol.

README

A Model Context Protocol (MCP) server that generates random passwords with different character sets.

Features

  • Generate random passwords with different character sets:
    • all: Includes letters, numbers, and special characters
    • alpha: Alphanumeric characters (letters and numbers)
    • numbers: Only numbers
    • letters: Only letters (uppercase and lowercase)

Prerequisites

  • Node.js (v16 or higher)
  • npm

Installation

  1. Clone the repository:
git clone [email protected]:acidkeyxyz/mcp-pwd-generator.git
cd mcp-pwd-generator
  1. Install dependencies:
npm install

Running with Inspector

To run the MCP server with the inspector, you'll need to:

  1. Install the MCP Inspector globally:
npm install -g @modelcontextprotocol/inspector
  1. Run the server:
npx tsx index.ts
  1. In a separate terminal, run the inspector:
mcp-inspector

Usage

Once the server is running with the inspector, you can use the generate-password tool with the following parameters:

  • count: Number of passwords to generate
  • length: Length of each password
  • type: Password character set type (optional, defaults to "all")
    • all: All characters (letters, numbers, special characters)
    • alpha: Alphanumeric characters
    • numbers: Only numbers
    • letters: Only letters

Example request in the inspector:

{
  "name": "generate-password",
  "parameters": {
    "count": 1,
    "length": 12,
    "type": "all"
  }
}

License

ISC

from github.com/acidkeyxyz/mcp-pwd-generator

Установка Password Generator

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/acidkeyxyz/mcp-pwd-generator

FAQ

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

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

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

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

Password Generator — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare Password Generator with

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

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

Автор?

Embed-бейдж для README

Похожее

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