Skip to main content
Glama

Kusto MCP Server

by ZZZHDW

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 제공할 필요가 없습니다.

{ "mcpServers": { "kusto": { "command": "uv", "args": [ "--directory", "{{PATH_TO_PROJECT}}\\mcp-server-kusto\\src\\mcp_server_kusto", "run", "mcp-server-kusto", "--cluster", "{{ADX_CLUSTER_URL}}" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Azure Data Explorer(ADX) 클러스터에 대한 액세스를 제공하는 MCP 서버로, 이를 통해 사용자는 테이블을 나열하고, 쿼리를 실행하고, 스키마 정보를 검색할 수 있습니다.

  1. 도구
    1. Claude Desktop 구성

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        Provides 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
        Python
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        An 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 -
        73
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server for interacting with Azure. Contains some common Compute and Networking actions, and extensible to add many more.
        Last updated -
        1
        Python
        Apache 2.0
      • A
        security
        A
        license
        A
        quality
        An 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 -
        10
        52
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZZZHDW/mcp-server-kusto'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server