MCP Server for Apache OpenDAL™
Apache OpenDAL™ 用モデルコンテキストプロトコルサーバー
Apache OpenDAL™を介してさまざまなストレージ サービスへのアクセスを提供する Model Context Protocol (MCP) サーバー実装。
特徴
S3、Azure Blob Storage、Google Cloud Storage など、複数のストレージ サービスへのシームレスなアクセス
ストレージサービスからファイルとディレクトリを一覧表示する
テキスト/バイナリの自動検出でファイルの内容を読み取る
環境変数ベースの構成
Related MCP server: Alibaba Cloud DMS MCP Server
インストール
pip install mcp-server-opendalClaude Desktopでの使用
claude_desktop_config.jsonに以下を追加します。
{
"mcpServers": {
"opendal": {
"command": "uvx",
"args": [
"mcp-server-opendal"
],
"env": {
"YOUR_ENV_VAR": "YOUR_ENV_VALUE"
}
}
}
}お使いのマシンにuvがインストールされている必要があります。インストールガイドについては公式ドキュメントをご確認ください。
環境変数
環境変数を設定してストレージサービスを設定します。各サービスにはプレフィックスと特定の設定オプションが必要です。
たとえば、エイリアス「mys3」を持つ S3 サービスを設定するには、次のようにします。
OPENDAL_MYS3_TYPE=s3
OPENDAL_MYS3_BUCKET=mybucket
OPENDAL_MYS3_REGION=us-east-1
OPENDAL_MYS3_ENDPOINT=http://localhost:9000
OPENDAL_MYS3_ACCESS_KEY_ID=myaccesskey
OPENDAL_MYS3_SECRET_ACCESS_KEY=mysecretkey次に、 mys3://path/to/fileでreadやlistなどのツールを使用できます。
mcp-server-opendalも.envからロードされます。
発達
npx @modelcontextprotocol/inspector \
uv run mcp-server-opendalMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables large language models to upload files directly to Alibaba Cloud Object Storage Service (OSS), supporting multiple OSS configurations and specified upload directories.96MIT
- AlicenseAqualityBmaintenanceA Model Context Protocol server that enables large language models to access database metadata and perform cross-engine data querying across diverse database ecosystems.1652Apache 2.0
- Alicense-qualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.1111MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that bridges MCP clients with local LLM services, enabling seamless integration with MCP-compatible applications through standard tools like chat completion, model listing, and health checks.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xuanwo/mcp-server-opendal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server