Skip to main content
Glama
peter-decoded

filesystem_sandbox

Related Servers

Alternatives to filesystem_sandbox

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      A sandboxed file-access MCP server for Claude Desktop, enabling safe read/write access to selected directories with atomic verified writes, undo, and read-only git operations.
      1
      MIT
    • A
      license
      Not graded
      quality
      F
      maintenance
      A comprehensive MCP (Model Context Protocol) server for file system operations, providing Claude and other AI assistants with access to local files and directories.
      2
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Zero-dependency MCP server that provides AI models with secure read/write/exec access to local files and directories over HTTP and SSE, designed to be tunneled via ngrok for integration with Claude Web.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      A local filesystem MCP server providing constrained file operations (read/write, directory management, search, metadata) within configurable directories, with read-only mode and zero runtime dependencies.
      2 npm
      MIT

    TDQS

    A3.9/5.0

    Scored across 5 tools

    Disambiguation3/5

    list_files and list_root overlap significantly—both list contents of the sandbox, with list_files able to list the root via '.', making list_root redundant. Other tools are distinct, but the boundary between the two listing tools is unclear.

    Naming Consistency5/5

    All tools follow a consistent verb_noun snake_case pattern (list_files, list_root, move_file, make_directory, delete_file), making the set predictable.

    Tool Count5/5

    Five tools is well-scoped for a sandboxed filesystem utility, covering essential operations without bloat.

    Completeness3/5

    The set covers listing, moving, creating directories, and deleting files, but lacks common file operations like reading/writing file contents or deleting directories, leaving notable gaps for a filesystem tool.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues