Odel
Virtual Filesystem

Virtual Filesystem

Local
@lu-zhengda3TypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-virtual-fsv0.2.2

Run

npx -y mcp-virtual-fs

MCP client config

{
  "mcpServers": {
    "virtual-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-virtual-fs"
      ]
    }
  }
}