Catalog
io.github.wundervault/wundervault-mcp
Officialby wundervault · TypeScript
Zero-knowledge secret vault for AI agents: secrets injected into commands, never seen by the model
Zero-knowledge secret vault that injects secrets into commands without exposing them to the model.
Topics
ai-agentsanthropicclaudemcpmodel-context-protocolsecrets-managementvaultzero-knowledge
README not available yet.
Install
Configuration
Environment variables
WUNDERVAULT_AGENT_NAMErequiredAgent name registered with the local wundervault-agent daemon (run onboard.py to register).
WUNDERVAULT_AGENT_TOKENsecretOptional daemon auth token. Defaults to ~/.wundervault/agents/<agentName>.token.
claude_desktop_config.json
{
"mcpServers": {
"wundervault-mcp": {
"command": "npx",
"args": [
"-y",
"@wundervault/mcp-server@1.6.7"
],
"env": {
"WUNDERVAULT_AGENT_NAME": "<YOUR_WUNDERVAULT_AGENT_NAME>",
"WUNDERVAULT_AGENT_TOKEN": "<YOUR_WUNDERVAULT_AGENT_TOKEN>"
}
}
}
}