forest6511/secretctl
AI-safe secrets manager with MCP integration. Run commands with credentials injected as environment variables - AI agents never see plaintext secrets. Features output sanitization, AES-256-GCM encryption, and Argon2id key derivation.
Quick Start
Clone the repository:
git clone https://github.com/forest6511/secretctlClaude Desktop configuration example:
{
"mcpServers": {
"secretctl": {
"command": "npx",
"args": [
"-y",
"forest6511/secretctl"
]
}
}
}Check the repository README for specific installation and configuration instructions.