Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
Mount agentfs (a virtualized filesystem on Neon for AI agents) as an MCP filesystem. Read/write/list/delete/stat tools.
Install
npx -y agentfs-mcpRun this command to install and start the server:
npx -y agentfs-mcpAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"agentfs-mcp": {
"command": "npx",
"args": [
"-y",
"agentfs-mcp"
]
}
}
}Other filesystem servers you might want to compare.
by Anthropic
Secure file operations with configurable access controls. Read, write, search, and manage files and directories with sandboxed permissions.
by Xuanwo
Unified storage access through Apache OpenDAL. Read and write to S3, GCS, Azure Blob, HDFS, and 40+ storage services.
by MladenSU
Execute shell commands and manage system processes securely. Run CLI tools, pipe commands, and interact with the terminal.
by nicepkg
AWS S3 operations for managing buckets and objects. Upload, download, list, copy, and organize files in cloud storage.