Skip to main content
Glama

Vault MCP Server

vault_write

Store secrets securely in HashiCorp Vault by writing data to specified paths using JSON format for sensitive information management.

Instructions

Write a secret to Vault at the specified path

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to write the secret to (e.g., 'secret/data/myapp')
dataYesThe secret data to write as a JSON object

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The secret data to write as a JSON object", "type": "object" }, "path": { "description": "The path to write the secret to (e.g., 'secret/data/myapp')", "type": "string" } }, "required": [ "path", "data" ], "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