Skip to main content
Glama

Vault MCP Server

vault_read

Retrieve secrets from HashiCorp Vault using secure token authentication. Access stored credentials and sensitive data by specifying the Vault path.

Instructions

Read a secret from Vault at the specified path

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to read the secret from (e.g., 'secret/data/myapp')

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The path to read the secret from (e.g., 'secret/data/myapp')", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Vault MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kelleyblackmore/vault-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server