Stats
Actions
Tags
From finops-toolkit
Local stdio MCP server providing read-only access to Azure Kusto (Data Explorer) databases and clusters for querying with KQL. Requires Azure authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"azure-mcp-server": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start",
"--namespace",
"kusto",
"--read-only"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub microsoft/finops-toolkit --plugin microsoft-finops-toolkit