MCP Server for Azure Data Lake Storage. It can perform manage containers, read/write/upload/download operations on container files and manage file metadata.
Unlock the power of your data lake for AI applications with the adls2-mcp-server
, a robust and compliant implementation of the Model Context Protocol (MCP) for Azure Data Lake Storage Gen2 (ADLS2). This server acts as a crucial bridge, enabling Large Language Models (LLMs) to directly access and manipulate data within your ADLS2 environment, fostering a new era of AI-driven data interaction.
Leverage the speed and efficiency of uv
to install the adls2-mcp-server
:
uv pip install adls2-mcp-server
The adls2-mcp-server
is designed for seamless integration with MCP-compatible applications like Claude Desktop.
Locate Configuration File:
~/Library/Application Support/Claude Desktop/claude_desktop_config.json
%APPDATA%\Claude Desktop\claude_desktop_config.json
Add MCP Server Configuration:
Modify the claude_desktop_config.json
file to include the following mcpServers
configuration:
{ "mcpServers": { "adls2": { "command": "adls2-mcp-server", "env": { "LOG_LEVEL": "DEBUG", "UPLOAD_ROOT": "/path/to/store/uploads", "DOWNLOAD_ROOT": "/path/to/store/downloads", "AZURE_STORAGE_ACCOUNT_NAME": "your-azure-adls2-storage-account-name", "READ_ONLY_MODE": "false" } } } }
Environment Variables:
| Variable | Description
๐ A gateway demo for MCP SSE Server.
๐ โ๏ธ A lightweight mcp server that tells you exactly what time is it.
#๏ธโฃ ๐ A C# SDK for building MCP servers on .NET 9 with NativeAOT compatibility โก ๐
โ Java SDK for building MCP servers using Quarkus.