mcpserver.lol
registry/virtual-fs
Connection check local install

virtual-fs

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

Tools 8
GitHub stars 3
Installs / wk 48
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

8 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

append from source
Append content to the end of a file. Creates the file if it doesn
glob from source
Find files matching a glob pattern. Supports wildcards (*.ts),
grep from source
Search file contents using a regular expression. Returns matching lines with
mkdir from source
Create a directory and any missing parent directories (mkdir -p behavior).
read from source
Read the contents of a file. Returns the file content and size in bytes.
stat from source
Check whether a path exists and get metadata about it.
stores from source
List all named persistent stores. Stores are cross-session namespaces
write from source
Write content to a file, creating it if it doesn