Xuanwo/mcp-server-opendal
by Various
Model Context Protocol Server for Apache OpenDAL™
MCP
Xuanwo/mcp-server-opendal
Added 1 June 2026
Overview
A Model Context Protocol server that exposes Apache OpenDAL's unified storage API to AI agents. It lets LLMs read, write, and list files across dozens of backends (S3, GCS, local, etc.) through a single MCP interface.
Best for
Best for
Developers building AI agents that need simple file access across multiple storage systems
Use cases
- Give an LLM agent access to cloud object storage without per-backend code
- Let an AI assistant browse and retrieve files from multiple storage providers
- Enable file-based data pipelines where the LLM triggers reads or writes
Notes
A Model Context Protocol server that exposes Apache OpenDAL’s unified storage API to AI agents. It lets LLMs read, write, and list files across dozens of backends (S3, GCS, local, etc.) through a single MCP interface.
34 stars on GitHub. Last updated 2025-04-10. Licensed Apache-2.0.
Use cases
- Give an LLM agent access to cloud object storage without per-backend code
- Let an AI assistant browse and retrieve files from multiple storage providers
- Enable file-based data pipelines where the LLM triggers reads or writes
Pros
- Unified interface for many storage backends reduces integration effort
- Lightweight Python server with low overhead for MCP workflows
- Actively maintained by the OpenDAL project community
Cons
- Relies on OpenDAL’s backend support, which may lag behind provider APIs
- Limited to file-level operations, no streaming or advanced querying
- Small user base (34 stars) means less community support and fewer examples
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Unified interface for many storage backends reduces integration effort
- Lightweight Python server with low overhead for MCP workflows
- Actively maintained by the OpenDAL project community
Cons
- Relies on OpenDAL's backend support, which may lag behind provider APIs
- Limited to file-level operations, no streaming or advanced querying
- Small user base (34 stars) means less community support and fewer examples
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.