A
licenseA
qualityD
maintenanceSecrets vault for Claude Code. Encrypt API keys, tokens and passwords with AES-256. Full audit logs, MCP access rules, and zero-knowledge mode. Secrets never appear in chat.
17
33 npm
1
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct action on secrets (delete, get, input, list, search, set) with no overlap. An agent can clearly distinguish between them.
All tools follow a consistent verb_secret pattern using snake_case, making them predictable and easy to understand.
Six tools cover the essential operations for secret management—CRUD plus search and user input—without being excessive or insufficient.
The set covers the full lifecycle of secrets: create/update (set), read (get), delete, list, search, and user input. There are no obvious gaps for a basic secret store.