Skip to content
Back to search
30
MCP

io.github.wundervault/wundervault-mcp

io.github.wundervault/wundervault-mcp

Zero-knowledge secret vault for AI agents: secrets injected into commands, never seen by the model

Uptime
0.0%
8 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

keysmith-mcp
Secure secret vault for AI agents via Model Context Protocol (MCP)
0 tools
io.github.agnuxo1/enigmagent-mcp
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
0 tools
agentvault-mcp
MCP server for AgentVault — AI-native credential vault for autonomous agents.
0 tools
io.github.Agnuxo1/enigmagent-mcp
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
0 tools
secure-vault-mcp
MCP server for agent-native secrets management — store, rotate, and inject secrets without agents seeing raw values
0 tools
kovra-mcp
Kovra MCP server — let your AI agents use your secrets without ever seeing them.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.wundervault/wundervault-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}