Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by lucamorettibuilds • Uncategorized
An MCP server that securely manages API keys and secrets using Janee's encrypted vault.
Securely manage API keys without hardcoding them in config files.
Runtime decryption of secrets to prevent plaintext storage on disk.
Call external APIs like GitHub or OpenAI using encrypted credentials.
This MCP server integrates with Janee to provide secure secrets management for AI agents, avoiding hardcoded API keys in configurations. It uses AES-256-GCM encryption and a single master password to protect all secrets, which are decrypted only at runtime and never stored in plaintext. The server supports adding and rotating secrets via a CLI and enables secure API calls to services like GitHub and OpenAI. This approach enhances security and simplifies secret management for MCP-based AI agents.