mcp-server-opendal
The project implements a Model Context Protocol server for Apache OpenDAL™, facilitating access to different cloud storage services with environment-based configuration and integration capabilities.
How do I install the MCP server for OpenDAL?
You can install the MCP server for OpenDAL using pip with the command: pip install mcp-server-opendal
.
What environment variables are required for configuring storage services?
Each storage service requires specific environment variables. For example, for S3, you need to set variables like OPENDAL_MYS3_TYPE, OPENDAL_MYS3_BUCKET, OPENDAL_MYS3_REGION, etc.
Can I use the MCP server with local storage?
Yes, the MCP server can be configured to work with local storage by setting the appropriate environment variables.
Is there a way to automatically detect file types?
Yes, the MCP server can automatically detect whether a file is text or binary when reading file contents.
Where can I find the official documentation for installation?
The official documentation for installation can be found at the Apache OpenDAL website or the GitHub repository linked in the badges section.