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 toolsRead 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 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), Find files matching a glob pattern. Supports wildcards (*.ts),
grep
from source
Search file contents using a regular expression. Returns matching lines with 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). 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. 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. Check whether a path exists and get metadata about it.
stores
from source
List all named persistent stores. Stores are cross-session namespaces List all named persistent stores. Stores are cross-session namespaces
write
from source