claude-secrets
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_secretA | Read a secret value by name. Requires name to be whitelisted in project .claude/secrets.yml. |
| set_secretA | Store a secret value. Creates or overwrites. Requires name to be whitelisted in project .claude/secrets.yml. |
| list_secretsA | List secret names visible to current project (filtered by .claude/secrets.yml allowlist). |
| delete_secretA | Delete a secret by name. Requires allowlist. |
| search_secretsA | Search secret names by regex pattern (case insensitive). Filtered by allowlist. |
| input_secretA | Prompt the user for a secret value via a native macOS dialog (hidden input), then store it. The value never passes through the model or the chat — it goes directly from the user's dialog into the encrypted store. Use this when you need a token, password, or API key the user has not yet stored. Requires name to be whitelisted in project .claude/secrets.yml. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vaultry/claude-secrets'
If you have feedback or need assistance with the MCP directory API, please join our Discord server