Content
# opgen MCP Server
* A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server implementation for password generation, based on [1Password/spg/cmd/opgen](https://github.com/1Password/spg/tree/master/cmd/opgen).
* The generated password will be copied to the clipboard.
## Installation
```bash
go install github.com/syumai/opgen-mcp-server@latest
```
## Usage
```jsonc
{
// If you have installed opgen-mcp-server
"opgen": {
"command": "opgen-mcp-server",
},
// Alternative configuration
"opgen": {
"command": "go",
"args": ["run", "github.com/syumai/opgen-mcp-server@latest"],
},
}
```
## Tools
### `generate_password_characters`
#### Configurable options
- Password length
- Allowed character sets
- Required character sets
- Excluded character sets
#### Character sets
- uppercase
- lowercase
- digits
- symbols
- ambiguous
### `generate_password_words`
#### Configurable options
- Number of words
- Word list selection:
- words
- syllables
- Word separator type:
- hyphen
- space
- comma
- period
- underscore
- digit
- none
- Capitalization scheme:
- none
- first
- all
- random
- one
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
ai-engineering-from-scratch
Learn it. Build it. Ship it for others. The most comprehensive open-source...