Skip to main content
Glama
MukundaKatta

password-mcp

by MukundaKatta

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generateA

Generate a cryptographically random password. Enable lowercase/uppercase/digits/symbols (defaults: all on). Length 4-256.

strengthA

Score a password with zxcvbn. Returns score 0-4, guesses_log10, human crack-time, and feedback.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one generates passwords, the other evaluates their strength. There is no overlap or ambiguity.

Naming Consistency4/5

The names are simple and clear, but one is a verb ('generate') and the other is a noun ('strength'), which is a minor inconsistency. A more consistent pattern would be 'generatePassword' and 'checkStrength'.

Tool Count5/5

Two tools is appropriate for a focused password utility: generation and strength assessment. No extraneous tools, and the scope is well-defined.

Completeness4/5

The tool set covers the core password operations: generation and strength evaluation. It is missing features like hashing or breach checking, but the scope is reasonable for a minimal MCP server.

Maintenance

ActivityInactive
ResponsivenessNo issues