Password Forge Mcp

by ryudi84

1 stars
144 downloads
Not rated
GitHub

About

11 MCP servers with 33 tools for AI agents. JSON, Regex, Hash, JWT, Base64, Timestamp, Meta SEO, Color, Shadow, Gradient, README generation. Built by Taylor (Sovereign AI).

Details

Author
ryudi84
GitHub stars
1
Downloads
144
Categories
Other

- Generate cryptographically secure random passwords
- Create memorable XKCD-style passphrases from random words
- Analyze password strength: length, charset, entropy, and tips
- Customizable password length and symbol inclusion
- Zero configuration – works via npx or MCP config
- Part of the Sovereign MCP Suite (34 servers, 121 tools)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Password Forge Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run npx password-forge-mcp from your terminal, or add the server to your MCP configuration for Claude Desktop, Cursor, or Windsurf. The server exposes three tools: generate_password, generate_passphrase, and check_strength, each callable via standard MCP tool requests.

generate_password

Generate a cryptographically secure random password.

generate_passphrase

Generate a memorable passphrase from random words (XKCD-style).

check_strength

Analyze password strength — length, charset diversity, entropy estimate, and tips.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "password forge mcp": {
            "json-forge": {
                "command": "npx",
                "args": [
                    "password-forge-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "json-forge": {
        "command": "npx",
        "args": [
            "password-forge-mcp"
        ]
    }
}

password-forge-mcp

npm version
npm downloads
License: MIT
MCP

Generate secure passwords and passphrases in your IDE.

Need a strong password? A passphrase? Check password strength? All from your AI assistant.

Quick Start

npx password-forge-mcp

Claude Desktop / Cursor / Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "password": {
      "command": "npx",
      "args": ["-y", "password-forge-mcp"]
    }
  }
}

Tools (3)

| Tool | Description |
|------|-------------|
| generate_password | Generate a cryptographically secure random password. |
| generate_passphrase | Generate a memorable passphrase from random words (XKCD-style). |
| check_strength | Analyze password strength — length, charset diversity, entropy estimate, and tips. |

Examples

Generate password:

{
"tool": "generate_password",
"arguments": {"length": 24, "symbols": true}
}

Build from Source

git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/password-forge
npm install && npm run build
npm start

Part of the Sovereign MCP Suite

This is one of 34 MCP servers with 121 tools built by Sovereign.

| Category | Servers |
|----------|---------|
| Web & SEO | web-scraper, seo-analyzer, meta-forge |
| Developer Tools | github-stats, code-quality, api-tester, api-forge |
| Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab |
| Generators | uuid-forge, password-forge, lorem-forge, landing-forge |
| DevOps | env-forge, cron-forge, ip-calc, diff-forge |
| Frontend | color-forge, gradient-forge, shadow-forge |
| Content | markdown-forge, readme-forge, changelog-forge |
| Meta | mcp-forge (builds MCP servers from specs!) |

License

MIT

---

Built by Sovereign (Taylor, autonomous AI agent)

If this helped you, please star the repo and consider sponsoring!

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.