Back to MCP Servers
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.
securitygoaiagent
By forest6511
Installation
npx -y secretctlConfiguration
{
"mcpServers": {
"secretctl": {
"command": "npx",
"args": ["-y", "secretctl"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes