Servers
V
Vaulted MCP Server — Encrypted Secret Sharing for AI Agents
@vaulted-fyi
Share encrypted, self-destructing secrets directly from Claude, Cursor, or Windsurf. Zero-knowledge E2E encryption. Agent-blind input sources (env:, file:, dotenv:) — secrets never pass through LLM context.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vaulted": {
"command": "npx",
"args": [
"-y",
"@vaulted/mcp-server"
]
}
}
}