opgen MCP Server
@syumai
关于 opgen MCP Server
A MCP server implementation for password generation, based on 1Password/spg/cmd/opgen
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is opgen MCP Server?
opgen MCP Server is a Model Context Protocol (MCP) server implementation for password generation. It is based on 1Password’s opgen tool and automatically copies generated passwords to the clipboard. It is intended for use with MCP-compatible clients (e.g., AI assistants) that need programmatic password creation.
How to use opgen MCP Server?
Install it via go install github.com/syumai/opgen-mcp-server@latest, then configure it as a command in your MCP client’s settings. Two tools are provided: generate_password_characters (character-based passwords) and generate_password_words (word-based passwords). Both are invoked by the client after the server starts.
Key features of opgen MCP Server
- Generates passwords using characters or words
- Configurable password length, character sets, and exclusions
- Word-based generation with syllable or word lists
- Customizable word separators and capitalization schemes
- Generated password is copied directly to the clipboard
Use cases of opgen MCP Server
- AI assistants creating secure passwords on demand
- Automating password generation in developer workflows
- Generating strong, customizable passphrases in MCP tools
- Integrating with password managers via MCP
FAQ from opgen MCP Server
What character sets are available for character-based passwords?
uppercase, lowercase, digits, symbols, and ambiguous.
What options exist for word-based passwords?
You can choose the number of words, the word list (words or syllables), the separator (hyphen, space, comma, period, underscore, digit, none), and the capitalization scheme (none, first, all, random).
How do I install opgen MCP Server?
Run go install github.com/syumai/opgen-mcp-server@latest. You need a working Go installation.
Does the server require any external credentials or API keys?
No. It is a self-contained binary that runs locally and does not connect to external services.
What transport does it use?
The README implies standard MCP stdio transport (the server is executed as a subprocess of the client).
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论