HashiCorp Vault MCP Server
Securitystdiov0.2.0
MCP server for HashiCorp Vault secrets management. Enables AI agents to read and write secrets, list secret paths, and manage key/value engines under controlled policies, so applications and workflows can retrieve credentials securely from AI-powered tools.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"vault": {
"command": "npx",
"args": [],
"env": {
"VAULT_ADDR": "<YOUR_VAULT_ADDR>",
"VAULT_TOKEN": "<YOUR_VAULT_TOKEN>"
}
}
}
}Araçlar (2)
read_secret
Read a secret from a Vault key/value path.
{
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Secret path (for example secret/data/app/config)"
}
}
}list_secrets
List secret keys under a Vault path.
{
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Path to list keys under"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Lisans
- MPL-2.0
- Sürüm
- 0.2.0
- Yıldızlar
- 367
- Son güncelleme
- 9 Temmuz 2026