wundervault MCP Server
Rank #9,147io.github.wundervault/wundervault-mcp
Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model
wundervault MCP Server is a Model Context Protocol (MCP) server published by wundervault. It ranks #9,147 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. wundervault MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 5 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 122,899 of 132,046 servers on MCP Toplist.
Use wundervault MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add wundervault-mcp -e "WUNDERVAULT_AGENT_NAME=<your WUNDERVAULT_AGENT_NAME>" -e "WUNDERVAULT_AGENT_TOKEN=<your WUNDERVAULT_AGENT_TOKEN>" -- npx -y @wundervault/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.wundervault-mcp]
command = "npx"
args = ["-y", "@wundervault/mcp-server"]
[mcp_servers.wundervault-mcp.env]
WUNDERVAULT_AGENT_NAME = "<your WUNDERVAULT_AGENT_NAME>"
WUNDERVAULT_AGENT_TOKEN = "<your WUNDERVAULT_AGENT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wundervault-mcp": {
"command": "npx",
"args": [
"-y",
"@wundervault/mcp-server"
],
"env": {
"WUNDERVAULT_AGENT_NAME": "<your WUNDERVAULT_AGENT_NAME>",
"WUNDERVAULT_AGENT_TOKEN": "<your WUNDERVAULT_AGENT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wundervault-mcp": {
"command": "npx",
"args": [
"-y",
"@wundervault/mcp-server"
],
"env": {
"WUNDERVAULT_AGENT_NAME": "<your WUNDERVAULT_AGENT_NAME>",
"WUNDERVAULT_AGENT_TOKEN": "<your WUNDERVAULT_AGENT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wundervault-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wundervault/mcp-server"
],
"env": {
"WUNDERVAULT_AGENT_NAME": "<your WUNDERVAULT_AGENT_NAME>",
"WUNDERVAULT_AGENT_TOKEN": "<your WUNDERVAULT_AGENT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wundervault-mcp": {
"command": "npx",
"args": [
"-y",
"@wundervault/mcp-server"
],
"env": {
"WUNDERVAULT_AGENT_NAME": "<your WUNDERVAULT_AGENT_NAME>",
"WUNDERVAULT_AGENT_TOKEN": "<your WUNDERVAULT_AGENT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wundervault-mcp": {
"command": "npx",
"args": [
"-y",
"@wundervault/mcp-server"
],
"env": {
"WUNDERVAULT_AGENT_NAME": "<your WUNDERVAULT_AGENT_NAME>",
"WUNDERVAULT_AGENT_TOKEN": "<your WUNDERVAULT_AGENT_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wundervault%2Fwundervault-mcp)<a href="https://mcptoplist.com/server/io.github.wundervault%2Fwundervault-mcp"><img src="https://mcptoplist.com/badge/io.github.wundervault%2Fwundervault-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
wundervault
Available versions (5)
| Version | Published |
|---|---|
| 1.7.2 | Sep 14, 2026 |
| 1.7.1 | Sep 9, 2026 |
| 1.6.9 | Jul 13, 2026 |
| 1.6.8 | Jul 12, 2026 |
| 1.6.7 | Jun 12, 2026 |
Frequently asked questions
- Who maintains wundervault MCP Server?
- wundervault MCP Server is maintained by wundervault, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is wundervault MCP Server listed on the Official MCP Registry?
- Yes — wundervault MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does wundervault MCP Server have?
- MCP Toplist tracks 5 versions of wundervault MCP Server, most recently published on Sep 14, 2026.
- Where can I find the source code for wundervault MCP Server?
- The source code for wundervault MCP Server is hosted at github.com/wundervault/wundervault-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.