Security
Verified
Trust: 54/100 (Fair)Vault MCP Guide
Interact with HashiCorp Vault. Read secrets, manage policies, and handle encryption operations.
345 stars 11,800 downloadsby HashiCorp
Quick Start
Install
npx @mcp/vaultClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"vault-mcp": {
"command": "npx",
"args": [
"@mcp/vault"
]
}
}
}What Vault MCP Can Do
read_secrets
Read secrets from Vault
manage_policies
Manage access policies
Permissions Required
Vault MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
vault.read | Read Vault secrets | high |
vault.write | Write Vault secrets | critical |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |