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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mysql-kusto-mcp": {
"command": "python",
"args": [
"main.py",
"../kusto-mcp-server/main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 1. Background?
- 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.
数据库 分类下的更多 MCP 服务器
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
评论