Apache OpenDAL™ 用モデルコンテキストプロトコルサーバー
Apache OpenDAL™を介してさまざまなストレージ サービスへのアクセスを提供する Model Context Protocol (MCP) サーバー実装。
特徴
- S3、Azure Blob Storage、Google Cloud Storage など、複数のストレージ サービスへのシームレスなアクセス
- ストレージサービスからファイルとディレクトリを一覧表示する
- テキスト/バイナリの自動検出でファイルの内容を読み取る
- 環境変数ベースの構成
インストール
Claude Desktopでの使用
claude_desktop_config.json
に以下を追加します。
お使いのマシンにuv
がインストールされている必要があります。インストールガイドについては公式ドキュメントをご確認ください。
環境変数
環境変数を設定してストレージサービスを設定します。各サービスにはプレフィックスと特定の設定オプションが必要です。
たとえば、エイリアス「mys3」を持つ S3 サービスを設定するには、次のようにします。
次に、 mys3://path/to/file
でread
やlist
などのツールを使用できます。
mcp-server-opendal
も.env
からロードされます。
発達
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Apache OpenDAL™ を介して S3、Azure Blob Storage、Google Cloud Storage などの複数のストレージ サービスへのシームレスなアクセスを提供するモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that provides tools for interacting with AWS S3 buckets, enabling direct access to S3 operations through the Model Context Protocol.Last updated -1Python
- -securityFlicense-qualityA Model Context Protocol server that connects to Google Cloud services, allowing users to query logs, interact with Spanner databases, and analyze Cloud Monitoring metrics through natural language interaction.Last updated -162TypeScript
- -securityFlicense-qualityA Model Context Protocol server that provides tools for interacting with databases, including PostgreSQL, DuckDB, and Google Cloud Storage Parquet files.Last updated -2TypeScript
- AsecurityAlicenseAqualityAn Amazon S3 Model Context Protocol server that allows Large Language Models like Claude to interact with AWS S3 storage, providing tools for listing buckets, listing objects, and retrieving object contents.Last updated -38510TypeScriptMIT License