File Server MCP
Related Servers
Alternatives to File Server MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables LLM agents and MCP clients to read, list, write, search, watch, and batch-process files within configured allowed directories, while exposing discoverable file resources and structured error codes.-
- FlicenseAqualityBmaintenanceEnables saving and managing files in a sandboxed local folder via MCP, with tools for listing, reading, writing, appending, searching, moving, and deleting files and directories.10-
- AlicenseNot gradedqualityDmaintenanceProvides secure access to local files from specified directories. Enables listing files, reading contents, and configurable file size and extension filtering.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables file system operations like listing, reading, writing, deleting, and renaming files within a specified folder via a FastAPI-based MCP server.-
- AlicenseNot gradedqualityDmaintenanceEnables file system operations such as listing directories, reading, writing, creating, and deleting files or directories through MCP.10 npmMIT
- FlicenseNot gradedqualityCmaintenanceProvides secure filesystem operations, including reading, searching, and batch processing files, with directory monitoring to detect new files, designed for integration with MCP clients such as LangGraph agents.-
TDQS
Scored across 3 tools
Each tool targets a distinct operation: listing directory entries, reading one file's content, and searching for files by text. There is little risk of an agent selecting the wrong tool.
All three tools follow a consistent verb_noun snake_case pattern (list_files, read_file, search_files). The singular/plural noun forms are conventional and do not create ambiguity.
Three tools is minimal but reasonable for a narrowly scoped read-only file access server. It is slightly lean, but every tool covers a distinct and useful operation.
Despite the 'File Server' name, there are no create, write, update, move, or delete operations, leaving file modification workflows impossible. Agents can only read and search, so the surface is notably incomplete for general file management.