Skip to main content
Cloud PlatformsPython

erikhoward/adls-mcp-server

MCP Server for Azure Data Lake Storage. It can perform manage containers, read/write/upload/download operations on container files and manage file metadata.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/erikhoward/adls-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "adls-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "erikhoward/adls-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Python
Author
erikhoward