Kusto MCP 서버
Azure Data Explorer(ADX) 클러스터에 대한 액세스를 제공하는 mcp 서버입니다.
도구
서버에서 제공하는 도구는 다음과 같습니다.
테이블 목록:
list_internal_tables: 클러스터의 모든 내부 테이블 나열
list_external_tables: 클러스터의 모든 외부 테이블 나열
list_materialized_views: 클러스터의 모든 구체화된 뷰를 나열합니다.
쿼리 실행:
execute_query_internal_table: 내부 테이블 또는 구체화된 뷰에 대한 쿼리 실행
execute_query_external_table: 외부 테이블에 대한 쿼리 실행
테이블 스키마 가져오기:
get_internal_table_schema: 내부 테이블 또는 구체화된 뷰의 스키마를 가져옵니다.
get_external_table_schema:외부 테이블의 스키마를 가져옵니다.
Claude Desktop 구성
claude_desktop_config.json을 편집하여 다음 구성을 추가합니다.
지엑스피1
Azure Data Explorer 에뮬레이터를 로컬로 사용하는 경우 https://localhost:8082 와 같은 클러스터 URL을 제공하고 --authority_id , --client_id , --client_secret 제공할 필요가 없습니다.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Azure Data Explorer(ADX) 클러스터에 대한 액세스를 제공하는 MCP 서버로, 이를 통해 사용자는 테이블을 나열하고, 쿼리를 실행하고, 스키마 정보를 검색할 수 있습니다.
Related Resources
Related MCP Servers
- -security-license-qualityProvides tools for listing and querying Azure resources directly from any MCP client, allowing you to efficiently browse your Azure infrastructure and analyze costs without leaving your workflow.Last updated -2
- -security-license-qualityAn MCP server that wraps the Azure CLI. As LLMs are very good at generating Azure CLI commands, this server allows your LLM to list resources, update/create/delete them, fix errors (by looking at the logs), fix security issues...Last updated -81MIT License
- -security-license-qualityAn MCP server for interacting with Azure. Contains some common Compute and Networking actions, and extensible to add many more.Last updated -1Apache 2.0
- Asecurity-licenseAqualityAn open-source MCP server that connects to various data sources (SQL databases, CSV, Parquet files), allowing AI models to execute SQL queries and generate data visualizations for analytics and business intelligence.Last updated -964MIT License