Skip to main content
Glama
bramato

saveformedearai

by bramato

Related Servers

Alternatives to saveformedearai

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that enables users to upload local files to S3-compatible storage and retrieve shareable public URLs. Files are automatically organized into unique UUID-based folders to prevent naming conflicts while preserving original filenames.
      4 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides an MCP server for Amazon S3 and S3-compatible storage, enabling authenticated uploads, versioned object management, and latest-version retrieval through MCP clients like Claude and Cursor.
      1 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server for AWS S3 and compatible object stores, enabling LLM clients to browse buckets and fetch objects.
      MIT No Attribution
    • A
      license
      A
      quality
      D
      maintenance
      MCP server for managing personal assets (images, files) in Vercel Blob storage, enabling upload, list, metadata, delete, and copy operations.
      5
      9 npm
      MIT

    TDQS

    A3.7/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a distinct purpose: saving public/private files with different access semantics, listing files, and retrieving URLs. The only minor overlap is that save_public_file also returns a URL, but its primary action (saving) is clearly differentiated from get_file_url (retrieving URLs for existing files).

    Naming Consistency5/5

    All tool names use snake_case and follow a verb_noun pattern (save_public_file, save_private_file, list_files, get_file_url). The convention is predictable and consistent throughout.

    Tool Count5/5

    Four tools is a well-scoped set for a focused S3 file storage server, covering the core operations of saving, listing, and URL retrieval without unnecessary bloat.

    Completeness3/5

    The surface covers save (public/private), list, and URL retrieval, but lacks any delete or update/replace operation, which are important for a file storage lifecycle. There is also no way to set file descriptions or metadata despite list_files returning them.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues