MCP Server
MCP
io.github.wundervault/wundervault-mcp
Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model
Install
npx -y @wundervault/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@wundervault/mcp-server",
"version": "1.6.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Agent name registered with the local wundervault-agent daemon (run onboard.py to register).",
"isRequired": true,
"format": "string",
"name": "WUNDERVAULT_AGENT_NAME"
},
{
"description": "Optional daemon auth token. Defaults to ~/.wundervault/agents/<agentName>.token.",
"format": "string",
"isSecret": true,
"name": "WUNDERVAULT_AGENT_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment