MCP.so
ログイン

1. Background

@nitishsharma25

1. Background について

An MCP Server for Kusto which is connected to a Chat app with MCP client for answering user queries related to their data in Kusto cluster

基本情報

カテゴリ

データベース

ランタイム

python

トランスポート

stdio

公開者

nitishsharma25

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mysql-kusto-mcp": {
      "command": "python",
      "args": [
        "main.py",
        "../kusto-mcp-server/main.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 1. Background?

  1. Background is a chat application that answers Kusto queries in a conversational manner. It uses the MCP Client/Server framework with Azure OpenAI’s LLM to process natural language questions and return query results.

How to use 1. Background?

Set up a Python virtual environment, install dependencies for both kusto-mcp-client and kusto-mcp-server, and create a .env file with Azure OpenAI credentials (API key, endpoint, API version, model). Run az login for Azure CLI authentication, then execute python main.py "../kusto-mcp-server/main.py" from the kusto-mcp-client directory. Enter queries in the terminal and type quit to start a new session.

Key features of 1. Background?

  • Conversational interface for Kusto queries.
  • Backend uses MCP Client/Server framework.
  • Integrates with Azure OpenAI’s language models.
  • Authenticates via Azure CLI.
  • Terminal-based chat with session management.

Use cases of 1. Background?

  • Data analysts exploring Kusto clusters with natural language.
  • Developers embedding Kusto query capabilities into chat tools.
  • Teams needing quick, conversational access to Azure Data Explorer.

FAQ from 1. Background

What are the prerequisites?

Python, pip, and Azure OpenAI service parameters (API key, endpoint, API version, model). You also need Azure CLI for Kusto authentication.

How do I authenticate with Kusto?

The app uses Azure CLI authentication. Run az login before starting the chat session.

How do I start a new chat session?

Type quit in the terminal to end the current session, then re‑run the client script.

コメント

「データベース」の他のコンテンツ