Skip to main content
Glama
Xuanwo

MCP Server for Apache OpenDAL™

by Xuanwo

Servidor de protocolo de contexto de modelo para Apache OpenDAL™

Una implementación de servidor de Protocolo de contexto de modelo (MCP) que proporciona acceso a varios servicios de almacenamiento a través de Apache OpenDAL™ .

PyPI - Versión PyPI - Versión Python Pelusa y prueba

Características

  • Acceso sin inconvenientes a múltiples servicios de almacenamiento, incluidos S3, Azure Blob Storage, Google Cloud Storage y más

  • Listar archivos y directorios de los servicios de almacenamiento

  • Leer el contenido del archivo con detección automática de texto/binario

  • Configuración basada en variables de entorno

Related MCP server: Alibaba Cloud DMS MCP Server

Instalación

pip install mcp-server-opendal

Uso con Claude Desktop

Agregue lo siguiente a claude_desktop_config.json :

{
  "mcpServers": {
    "opendal": {
      "command": "uvx",
      "args": [
        "mcp-server-opendal"
      ],
      "env": {
        "YOUR_ENV_VAR": "YOUR_ENV_VALUE"
      }
    }
  }
}

Requiere que uv esté instalado en su equipo. Consulte la documentación oficial para obtener instrucciones de instalación.

Variables de entorno

Configure los servicios de almacenamiento mediante variables de entorno. Cada servicio requiere un prefijo y opciones de configuración específicas.

Por ejemplo, para configurar un servicio S3 con el alias "mys3":

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

Luego puedes usar herramientas como read y list con mys3://path/to/file .

mcp-server-opendal también se cargará desde .env .

Desarrollo

npx @modelcontextprotocol/inspector \
  uv run mcp-server-opendal
Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    A 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.
    9
    6
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A 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.

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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