by amirshk · MCP Server · ★ 55
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Secrets Manager for MCP Server Overview is a Python utility that enables MCP servers to securely store and retrieve sensitive information using the system's native keychain/credential manager instead of relying on files. This approach significantly improves security by leveraging the operating system's built-in secure storage mechanisms. Key Features Cross-Platform Support: Works on macOS (Keychain), Windows (Credential Locker), and other platforms (using appropriate keyring backends) Secure Storage: Stores sensitive data like API keys in the system's secure credential storage Simple API: Provides straightforward functions for storing and retrieving secrets Command-Line Interface: Includes a CLI for managing secrets directly Core Functionality Secret Storage The script uses the library to store secrets in the system's native credential manager: On macOS: Stores secrets in the macOS Keychain On Windows: Uses the Windows Credential Locker On other platforms: Uses the best available keyring backend Main Functions : Retrieves a secret from the system keyring : Stores a secret in the system keyring : Interactive function to collect and store initial secrets : Tests the retrieval of...
| Stars | 55 |
| Forks | 5 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 67.5474842170106/100 |
| Last Updated | 2025-04-29 |
| Created | 2025-04-29 |
| Platforms | mcp, python |
| Est. Tokens | ~0k |
Explore other popular mcp server tools:
mcp-secrets-plugin is Secure credential management for MCP servers leveraging system-native keychain storage across macOS, Windows, and Linux platforms. It is categorized as a MCP Server with 55 GitHub stars.
mcp-secrets-plugin is primarily written in Python. It covers topics such as mcp, mcp-server.
You can find installation instructions and usage details in the mcp-secrets-plugin GitHub repository at github.com/amirshk/mcp-secrets-plugin. The project has 55 stars and 5 forks, indicating an active community.
mcp-secrets-plugin is released under the MIT license, making it free to use and modify according to the license terms.