Api Credentials Hygiene
MCP Serverby sundial-org · Added 5mo ago
Claude
33
Install
git clone https://github.com/sundial-org/awesome-openclaw-skillsAdd to Claude
claude mcp add api-credentials-hygieneQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"api-credentials-hygiene": {
"command": "npx",
"args": [
"@modelcontextprotocol/api-credentials-hygiene"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Audits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability). Use when integrating services or preparing production deployments where secrets must be managed safely.
Tags
securitynoderailsapisecurityskill