@clinetools/cred-rotator
v0.1.0
Published
Detect exposed credentials and automatically rotate them. Supports .env files, config files, and CI/CD secrets.
Maintainers
Readme
Credential Rotator
Detect exposed credentials and automatically rotate them. Supports .env files, config files, and CI/CD secrets.
Quick Start
npx @clinetools/cred-rotatorSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add cred-rotator -- npx @clinetools/cred-rotatorClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"cred-rotator": {
"command": "npx",
"args": ["@clinetools/cred-rotator"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
