Skip to main content
Glama

Kusto MCP Server

by ZZZHDW

Kusto MCP 服务器

提供对 Azure 数据资源管理器 (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桌面配置

编辑 claude_desktop_config.json 以添加以下配置:

{ "mcpServers": { "kusto": { "command": "uv", "args": [ "--directory", "{{PATH_TO_PROJECT}}\\mcp-server-kusto\\src\\mcp_server_kusto", "run", "mcp-server-kusto", "--cluster", "{{ADX_CLUSTER_URL}}", "--authority_id", "{{TENANT_ID}}", "--client_id", "{{CLIENT_ID}}", "--client_secret", "{{CLIENT_SECRET}}" ] } } }

在本地使用 Azure 数据资源管理器模拟器时,提供集群 URL(如https://localhost:8082 ,而不需要提供--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 数据资源管理器 (ADX) 群集的访问的 MCP 服务器,允许用户列出表、执行查询和检索架构信息。

  1. 工具
    1. Claude桌面配置

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A TypeScript-based MCP server that enables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
        Last updated -
        1
        0
        4
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        An MCP server that connects to Supabase PostgreSQL databases, exposing table schemas as resources and providing tools for data analysis through SQL queries.
        Last updated -
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        This is a Model Context Protocol (MCP) server for executing SQL queries against Databricks using the Statement Execution API. It enables AI assistants to directly query Databricks data warehouses, analyze database schemas, and retrieve query results in a structured format
        Last updated -
        9
        Python
        MIT License
        • Linux
        • Apple
      • -
        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 -
        Python
        • Apple
        • Linux

      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