cloud platforms

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.

python
cloud
local
cloud platforms
0
View on GitHub

Installation

npx -y erikhoward/adls-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/erikhoward/adls-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub