Skip to content
MCP-Bridge
Developer Tools

KustoManagementClient MCP Config

KustoManagementClient API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-azure-kusto.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-azure-kusto.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-azure-kusto": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-azure-kusto"],
      "env": {
      "KUSTOMANAGEMENTCLIENT_API_KEY": "your_kustomanagementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-azure-kusto.json

Environment Variables

KUSTOMANAGEMENTCLIENT_API_KEY

Replace your_kustomanagementclient_api_key with your actual kustomanagementclient api key

Endpoints

GET/providers/Microsoft.Kusto/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clusters

Clusters_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability

Clusters_CheckNameAvailability

GET/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/skus

Clusters_ListSkus

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters

Clusters_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}

Clusters_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}

Clusters_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}

Clusters_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}

Clusters_Update

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/checkNameAvailability

Databases_CheckNameAvailability