Skip to content
Windsurf

Vault MCP for Windsurf

io.github.chill-ai-space/vault

MCP server for credential isolation — bots use passwords and API keys without seeing them

client:Windsurf transport:stdio runtime:npm

Install Vault MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "vault": {
      "command": "npx",
      "args": [
        "-y",
        "chillai-vault-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Vault MCP in other clients