Skip to main content
Glama
VitexSoftware

mcp-server-filesystem

Related Servers

Alternatives to mcp-server-filesystem

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      Provides LLMs with local filesystem operations (read/write files, list directories) and command execution via MCP, enabling file management and task automation within AI clients.
      7
      9 npm
      ISC
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      A Filesystem MCP server that allows an LLM to read and list files from a specified directory on your local machine through the Model Context Protocol.
      2
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables 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.
      -
    • A
      license
      A
      quality
      D
      maintenance
      A file system MCP server that confines AI assistant file tools to a single folder, with read-only by default and optional write access.
      7
      MIT

    TDQS

    A3.6/5.0

    Scored across 10 tools

    Disambiguation5/5

    Each tool maps to a distinct filesystem operation: read, write, list, search, move, copy, delete, create directory, stat, and exists. There is no meaningful overlap that would cause an agent to select the wrong tool.

    Naming Consistency3/5

    Tool names are lowercase and readable, but the convention is mixed: some use verb_noun (write_file, list_dir, glob_search) while others are bare verbs or familiar commands (move, copy, delete, stat, exists, mkdir). This is not chaotic, but it is not a consistently applied pattern.

    Tool Count5/5

    Ten tools is well within the ideal range for a filesystem server and each tool covers a core operation without redundancy. The set is neither too thin nor overloaded.

    Completeness5/5

    The domain is fully covered: reading, writing, listing, searching, moving, copying, deleting, creating directories, checking existence, and fetching metadata. There are no obvious dead ends or missing core filesystem operations.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues