Vaulted MCP Server — Encrypted Secret Sharing for AI Agents
@vaulted-fyi
关于 Vaulted MCP Server — Encrypted Secret Sharing for AI Agents
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vaulted": {
"command": "npx",
"args": [
"-y",
"@vaulted/mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Vaulted MCP Server?
Vaulted MCP Server lets AI agents share encrypted, self‑destructing secrets via zero‑knowledge E2E encryption (AES‑256‑GCM). It integrates with any MCP‑compatible host (Claude Desktop, Cursor, Windsurf, etc.) and supports agent‑blind input – the LLM never sees the actual secret value.
How to use Vaulted MCP Server?
Run npx -y @vaulted/mcp-server or install globally with npm install -g @vaulted/mcp-server and then run vaulted-mcp-server. Add the server to your MCP host’s config file (e.g., claude_desktop_config.json, .cursor/mcp.json, windsurf/mcp_config.json) using the provided JSON snippet. Optional flags include --base-url for a self‑hosted API and --allowed-dirs to extend accessible file directories.
Key features of Vaulted MCP Server
- Zero‑knowledge E2E encryption (AES‑256‑GCM, key never sent to server)
- Agent‑blind input: env vars, files, and .env keys resolved locally
- Four tools:
create_secret,view_secret,check_status,list_secrets - Local history with live status tracking
- Works with Claude Desktop, Cursor, Windsurf, Claude Code, VS Code
Use cases of Vaulted MCP Server
- Share API keys, tokens, or passwords via self‑destructing links from within an AI chat
- Expose environment variables or file contents to another person without the LLM ever seeing the value
- Monitor whether a shared secret has been viewed and how many times it has been consumed
- Securely transfer credentials to a teammate without exposing them in chat history
FAQ from Vaulted MCP Server
What is agent‑blind input?
Agent‑blind input means the MCP server resolves sensitive values (environment variables, files, .env keys) directly on your machine. The AI agent only ever passes a reference like env:STRIPE_SECRET_KEY – it never sees the actual secret, so it never enters the conversation history or the LLM’s context.
What tools does the server provide?
It provides four tools: create_secret (encrypt and store a secret, returning a shareable link), view_secret (retrieve and decrypt a secret), check_status (check views/expiry without consuming a view), and list_secrets (show all locally tracked secrets with live status).
What are the system requirements?
Node.js 18 or later is required. The server runs as a stdio MCP transport and communicates with the Vaulted API at https://vaulted.fyi by default. You can point it at a self‑hosted instance using --base-url.
How do I configure Vaulted MCP Server for different AI hosts?
Add the server to your host’s MCP configuration file. The README provides exact JSON snippets for Claude Desktop, Cursor, Windsurf, Claude Code, and VS Code. For any other MCP client, run npx @vaulted/mcp-server as a stdio transport.
Where are secrets stored and how is encryption handled?
Secrets are encrypted with AES‑256‑GCM on your machine before being sent to the Vaulted API. The encryption key is never transmitted – it remains in the URL fragment, so only someone with the full URL can decrypt the secret. The server enforces a 1000‑character limit on secret content.
AI 与智能体 分类下的更多 MCP 服务器
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
评论