Back to MCP Servers
Adls
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-platformsazureairag
By erikhoward
Installation
npx -y adls-mcp-serverConfiguration
{
"mcpServers": {
"adls-mcp-server": {
"command": "npx",
"args": ["-y", "adls-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes