Skip to content
Grok

wundervault mcp for Grok

io.github.wundervault/wundervault-mcp

Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model

client:Grok transport:stdio runtime:npm

Install wundervault mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wundervault-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wundervault/mcp-server"
      ],
      "env": {
        "WUNDERVAULT_AGENT_NAME": "<WUNDERVAULT_AGENT_NAME>",
        "WUNDERVAULT_AGENT_TOKEN": "<WUNDERVAULT_AGENT_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wundervault mcp in other clients