Password Forge Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Password Forge McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
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!
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



