Xuanwo/mcp-server-opendal
If you are the rightful owner of mcp-server-opendal and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation that provides access to various storage services via Apache OpenDAL™.
Tools
Functions exposed to the LLM to take actions
list
List files in OpenDAL service
Args: uri: resource URI, e.g. mys3://path/to/dir
Returns: String containing directory content
read
Read file content from OpenDAL service
Args: uri: resource URI, e.g. mys3://path/to/file
Returns: File content or error information
get_info
Get metadata of file in OpenDAL service
Args: uri: resource URI, e.g. mys3://path/to/file
Returns: File metadata information
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client