O

OpenDAL

Integrates with OpenDAL to provide unified access to diverse storage backends, enabling LLMs to read...

56 views
0 installs
Updated Sep 22, 2025
Not audited
Integrates with OpenDAL to provide unified access to diverse storage backends, enabling LLMs to read from and write to various storage systems for data management tasks.
  1. Decide which storage service you want to connect (e.g., Amazon S3, Azure Blob Storage, Google Cloud Storage, etc.).
  2. Identify the required environment variables for your desired service type.
    • For S3, you will need:
      • OPENDAL_<ALIAS>_TYPE
      • OPENDAL_<ALIAS>_BUCKET
      • OPENDAL_<ALIAS>_REGION
      • OPENDAL_<ALIAS>_ENDPOINT (if not AWS default)
      • OPENDAL_<ALIAS>_ACCESS_KEY_ID
      • OPENDAL_<ALIAS>_SECRET_ACCESS_KEY
  3. Obtain your access credentials:
    • For S3:
      1. Log in to your AWS Management Console.
      2. Navigate to “IAM” (Identity and Access Management).
      3. Select “Users” and choose your user or create a new one.
      4. Go to the “Security credentials” tab.
      5. Click “Create access key”. Copy the Access key ID and Secret access key (you will not be able to see the secret again).
      6. Note your S3 bucket name and region.
      7. Optional: If using a custom S3-compatible endpoint (like MinIO), get your endpoint URL.
  4. Fill out the FastMCP connection interface ("Install Now" button) with the appropriate ENV fields:
    • For example, for S3:
      • OPENDAL_MYS3_TYPE: s3
      • OPENDAL_MYS3_BUCKET: (your bucket name)
      • OPENDAL_MYS3_REGION: (your AWS region, e.g., us-east-1)
      • OPENDAL_MYS3_ENDPOINT: (custom endpoint or leave blank for AWS)
      • OPENDAL_MYS3_ACCESS_KEY_ID: (your access key)
      • OPENDAL_MYS3_SECRET_ACCESS_KEY: (your secret access key)
  5. Save your configuration.
    The Model Context Protocol server for OpenDAL will now connect to your specified storage using these provided credentials.

Note:

  • Replace MYS3 with your chosen alias to manage multiple configurations.
  • Refer to your storage provider's documentation for specifics if connecting to services other than S3.

Quick Start

View on GitHub

More for Cloud Platforms

View All →

More for File Systems

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.