Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Xuanwo • File & Storage
An MCP server that exposes multiple object storage backends via Apache OpenDAL for agents to list and read files.
Browse and list files across multiple cloud/object storage providers (S3, Azure Blob, GCS, etc.) using a single unified interface.
Read file contents from remote storage with automatic detection of text vs binary for downstream processing.
Quickly configure and mount multiple storage aliases via environment variables or .env without bespoke credential handling.
This project implements a Model Context Protocol (MCP) server that provides unified access to many storage services (S3, Azure Blob, GCS, etc.) using Apache OpenDAL. It lets agents list directories and files and read file contents with automatic text/binary detection. Configuration is environment-variable driven (and supports .env), making it easy to wire up multiple storage aliases. It integrates with tools like Claude Desktop and can be installed via pip.
List files in OpenDAL service Args: uri: resource URI, e.g. mys3://path/to/dir Returns: String containing directory content
Read file content from OpenDAL service Args: uri: resource URI, e.g. mys3://path/to/file Returns: File content or error information
Get metadata of file in OpenDAL service Args: uri: resource URI, e.g. mys3://path/to/file Returns: File metadata information
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.