Provides access to Azure Data Explorer (ADX) clusters, requiring Azure credentials for configuration.
A mcp server that provides access to Azure Data Explorer (ADX) clusters.
The following tools are provided by the server:
Edit claude_desktop_config.json to add the following configuration:
{
"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
.
{
"mcpServers": {
"kusto": {
"command": "uv",
"args": [
"--directory",
"{{PATH_TO_PROJECT}}\\mcp-server-kusto\\src\\mcp_server_kusto",
"run",
"mcp-server-kusto",
"--cluster",
"{{ADX_CLUSTER_URL}}"
]
}
}
}
A server for storing and searching data in a VikingDB instance, configurable via command line or environment variables.
Execute KQL queries using Azure authentication. Requires Azure CLI login.
Manage MongoDB Atlas projects, including cluster creation, user management, and network access configuration.
Access the UniProt protein database with specialized bioinformatics tools for protein research, comparative genomics, and structural biology.
Query and manage data through CData Connect Cloud, providing a unified interface to various data sources.
Manage and query databases, tenants, users, auth using LLMs
Access blockchain transaction data in natural language, providing human-readable descriptions for AI assistants.
A read-only MCP server for querying live SurveyMonkey data, powered by CData.
Access Human Protein Atlas data, including protein expression, localization, and pathology.
A read-only MCP server by CData that enables LLMs to query live data from Dynamics 365. Requires the CData JDBC Driver for Dynamics 365.