Secrets Plugin
Securely manages credentials for MCP servers by leveraging system-native keychain storage across macOS, Windows, and Linux.
소개
This Python utility enables MCP servers to securely store and retrieve sensitive information using the system's native keychain/credential manager, eliminating the need for insecure `.env` files. It enhances security by leveraging operating system's built-in secure storage mechanisms across macOS (Keychain), Windows (Credential Locker), and Linux (using appropriate keyring backends), offering a simplified and reliable API for accessing secrets.
주요 기능
- Command-Line Interface: Includes a CLI for managing secrets directly
- Secure Storage: Stores sensitive data in the system's secure credential storage
- 36 GitHub stars
- Cross-Platform Support: Works on macOS, Windows, and Linux.
- Simple API: Provides straightforward functions for storing and retrieving secrets
사용 사례
- Simplifies secret management for MCP servers.
- Provides a consistent API for accessing secrets across different platforms.
- Replaces insecure .env files for storing API keys and other sensitive information.