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.
Quick Start
Clone the repository:
git clone https://github.com/erikhoward/adls-mcp-serverClaude 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.