Skip to main content
Glama
akshat12000

File System Explorer MCP Server

by akshat12000

Related Servers

Alternatives to File System Explorer MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      A tutorial MCP server for learning the Model Context Protocol by building file and system tools. Provides hands-on experience creating custom tools that enable AI models to interact with files and execute system commands.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that gives AI agents file system access: read, write, search, hash, directory trees — 12 tools, zero dependencies, pure Python stdlib.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      An AI-powered developer assistant MCP server that provides filesystem tools (list_files, read_file, search_files, write_file) to help AI agents inspect, analyze, and modify real codebases via the Model Context Protocol.
      1,026 npm
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      A read-only MCP server that enables AI assistants to search files, list directories, retrieve system info, and get file metadata on the local file system.
      4
      -

    TDQS

    B3.3/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: get_file_info retrieves metadata, list_directory shows directory contents, read_file accesses file data, and search_files performs pattern matching. An agent can easily distinguish between these operations.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern with snake_case naming (get_file_info, list_directory, read_file, search_files). The naming is predictable and readable throughout the set.

    Tool Count4/5

    Four tools is reasonable for a file system explorer, covering core operations like inspection, listing, reading, and searching. It feels slightly minimal but well-scoped for basic file system interactions.

    Completeness3/5

    The tools cover read-only operations well but lack write capabilities (e.g., create, update, delete files/directories) and advanced features like file watching or permissions management. This is a notable gap for a full file system explorer.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues