OlympHill
A

adls-mcp-serverAzure Data Lake Storage MCP

(0)
Daniel Nikulshyn리뷰어 Daniel Nikulshyn·업데이트됨 2026년 7월

개요

adls-mcp-server는 Azure Data Lake Storage Gen2 (ADLS2)용 모델 컨텍스트 프로토콜 (MCP) 서버 구현입니다. 이 서버는 MCP 도구가 ADLS2 저장소에 대한 표준화된 인터페이스를 제공하며, 파일을 생성 및 삭제, 목록, 다운로드 및 업로드하도록 지원합니다. 사용자는 파일 및 디렉토리 관리를 지원하는 여러 파일 및 디렉토리 작업을 수행할 수 있습니다. 사용자 변수와 Azure CLI 자격 증명 또는 저장소 계정 키를 통해 인증하기 위해 서버가 구성 가능합니다.

주요 기능

  • 파일 업로드 및 다운로드
  • 파일 시스템 및 디렉토리 작업
  • 파일메타데이터 관리
  • Azure CLI 인증
  • 저장소 계정 키 인증

가격

모델
Free
카테고리
MCP 서버
평점
아직 리뷰 없음

사용 사례

Azure Data Lake Storage 통합

ADLS2 저장소 및 MCP 도구 간의 표준화된 파일 작업을 지원하시려면 adls-mcp-server를 통합하시기를 바랍니다.

클라우드 기반 데이터 관리

ADLS2 저장소 내의 파일 및 디렉토리를 관리하기 위해 adls-mcp-server를 사용하시기를 바랍니다.

장단점

장점

  • ADLS2 저장소와의 표준화된 인터페이스를 제공
  • 여러 파일 및 디렉토리 작업을 지원
  • 환경 변수를 통해 서버 구성 가능
  • Azure CLI 자격 증명 또는 저장소 계정 키를 통한 인증 지원

단점

  • Python 3.13 이상이 필요
  • Azure ADLS2 저장소 계정이 필요
  • 인증 및 인증 설정에 대한 추가 구성이 필요한 경우

리뷰

리뷰를 작성하려면 로그인하세요.

아직 리뷰가 없습니다. 첫 번째가 되어보세요!

Q&A

Can the server be run in read‑only mode, and how is that enabled?

Yes, set the `READ_ONLY_MODE` environment variable to `true` (default is `true`). When enabled, the server only permits read operations such as listing and downloading files.

Asked by Margaret Whitfield · May 15, 2026

Which environment variables must I set to configure the server?

Key variables include `UPLOAD_ROOT` and `DOWNLOAD_ROOT` for local paths, `AZURE_STORAGE_ACCOUNT_NAME` for the storage account, optional `AZURE_STORAGE_ACCOUNT_KEY` for key‑based auth, `READ_ONLY_MODE` to enable read‑only operation, and `LOG_LEVEL` for logging verbosity.

Asked by Ravi Chandrasekaran · May 4, 2026

How does the server authenticate with Azure Data Lake Storage Gen2?

It authenticates either with Azure CLI credentials (after you run `az login`) or with a storage account key provided via the `AZURE_STORAGE_ACCOUNT_KEY` environment variable.

Asked by Lucas Petit · Mar 7, 2026

What Python version is required to run adls-mcp-server?

adls-mcp-server requires Python 3.13 or higher; earlier versions are not supported.

Asked by Lior Ben-David · Mar 3, 2026

질문하기

MCP 서버 대안