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

Installation

npx -y secretctl

Configuration

{
  "mcpServers": {
    "secretctl": {
      "command": "npx",
      "args": ["-y", "secretctl"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub