---
name: automateyournetwork/vault-mounts
source: https://app.decimal.ai/s/automateyournetwork-vault-mounts@1/SKILL.md
source_sha256: f19929c6451b
---

# 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_ADDR` Vault server address
- `VAULT_TOKEN` Token with sys/mounts policy
- Optional: `VAULT_NAMESPACE` for Vault Enterprise

## Server

This skill uses the `vault-mcp` server which connects to Vault sys API.