Skip to main content
SecurityGo

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.

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/forest6511/secretctl

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Go
Author
forest6511