# Mcp Server Kusto

> A mcp server that uses azure data explorer as a backend

- **Type:** MCP server
- **Install:** `agentstack add mcp-zzzhdw-mcp-server-kusto`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ZZZHDW](https://agentstack.voostack.com/s/zzzhdw)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ZZZHDW](https://github.com/ZZZHDW)
- **Source:** https://github.com/ZZZHDW/mcp-server-kusto

## Install

```sh
agentstack add mcp-zzzhdw-mcp-server-kusto
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## Kusto MCP Server

A mcp server that provides access to Azure Data Explorer (ADX) clusters.

### Tools

The following tools are provided by the server:

- list tables:
    - list_internal_tables:list all internal tables in the cluster
    - list_external_tables:list all external tables in the cluster
    - list_materialized_views:list all materialized views in the cluster
- execute query:
    - execute_query_internal_table:execute a query on an internal table or materialized view
    - execute_query_external_table:execute a query on an external table
- get table schema:
    - get_internal_table_schema:get the schema of an internal table or materialized view
    - get_external_table_schema:get the schema of an external table

### Claude Desktop configuration

Edit claude_desktop_config.json to add the following configuration:

```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}}"
      ]
    }
  }
}
```

When using azure data explorer emulator locally, provide the cluster url like `https://localhost:8082` and not need to
provide `--authority_id`, `--client_id`, `--client_secret`.

```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}}"
      ]
    }
  }
}
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ZZZHDW](https://github.com/ZZZHDW)
- **Source:** [ZZZHDW/mcp-server-kusto](https://github.com/ZZZHDW/mcp-server-kusto)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-zzzhdw-mcp-server-kusto
- Seller: https://agentstack.voostack.com/s/zzzhdw
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
