Vault Mounts Skill
Discover and manage HashiCorp Vault secret engine mounts.
Tools
| Tool | Description |
|---|---|
list_mounts |
List all secret engine mounts |
get_mount |
Get mount configuration details |
create_mount |
Enable a new secret engine |
delete_mount |
Disable a secret engine |
tune_mount |
Tune mount configuration |
list_auth_methods |
List authentication methods |
Example Queries
List all secret engine mounts
What KV engines are enabled?
Enable a new KV-v2 engine at network-secrets
Show configuration for the pki mount
Prerequisites
VAULT_ADDRVault server addressVAULT_TOKENToken with sys/mounts policy- Optional:
VAULT_NAMESPACEfor Vault Enterprise
Server
This skill uses the vault-mcp server which connects to Vault sys API.