Virtual Filesystem runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 16 Feb 2026.
PostgreSQL-backed virtual filesystem for agents: session isolation, shared stores, POSIX ops, RLS.
Today is the operative word: we check Virtual Filesystem every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add virtual-fs -- npx -y mcp-virtual-fs
{
"mcpServers": {
"virtual-fs": {
"args": [
"-y",
"mcp-virtual-fs"
],
"command": "npx"
}
}
}
[mcp_servers.virtual-fs]
command = "npx"
args = ["-y", "mcp-virtual-fs"]
{
"mcpServers": {
"virtual-fs": {
"args": [
"-y",
"mcp-virtual-fs"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"virtual-fs": {
"args": [
"-y",
"mcp-virtual-fs"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DATABASE_URL (PostgreSQL connection string (e.g. postgresql://user:pass@host:5432/dbname)), VFS_AUTO_INIT (Auto-create database tables on startup (set to 'true' for first run)), VFS_SESSION_ID (Deterministic session ID for resumable sessions across restarts), VFS_ENABLE_RLS (Enable PostgreSQL Row Level Security for database-enforced session isolation).
The author declared them in the registry entry; get the values from the project itself.
PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.
Safe, audited PostgreSQL operations for AI agents: queries, migrations, EXPLAIN, containers
Read PostgreSQL EXPLAIN plans for AI agents: bottlenecks, estimation errors, fixes, charts.
Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables
Safety-railed database access for agents: Postgres, MySQL, Redis. Read-only by default.
RLS/tenant-aware Postgres for AI agents — schema, read-only SQL, NL→SQL with safety rails.
x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions.
Shared memory for AI agents, as a graph in your own Postgres. Writes never call an LLM.
Answers built from our own checks of this server.