Skip to content
Windsurf

Virtual Filesystem for Windsurf

io.github.lu-zhengda/virtual-fs

PostgreSQL-backed virtual filesystem for agents: session isolation, shared stores, POSIX ops, RLS.

client:Windsurf transport:stdio runtime:npm

Install Virtual Filesystem in Windsurf

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

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

{
  "mcpServers": {
    "virtual-fs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-virtual-fs"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "VFS_AUTO_INIT": "<VFS_AUTO_INIT>",
        "VFS_SESSION_ID": "<VFS_SESSION_ID>",
        "VFS_ENABLE_RLS": "<VFS_ENABLE_RLS>"
      }
    }
  }
}

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

Virtual Filesystem in other clients