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.
连接
将此配置添加到 .claude/mcp.json
{
"mcpServers": {
"vault": {
"command": "npx",
"args": [],
"env": {
"VAULT_ADDR": "<YOUR_VAULT_ADDR>",
"VAULT_TOKEN": "<YOUR_VAULT_TOKEN>"
}
}
}
}工具 (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"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 许可证
- MPL-2.0
- 版本
- 0.2.0
- 星标
- 367
- 最后更新
- 2026年7月9日