azure-schema-mcp
Verified Safeby richardichogan
Overview
Provides AI assistants with schema discovery for Azure Log Analytics tables and Microsoft Graph API endpoints, enabling accurate KQL query and SDK code generation to eliminate guesswork.
Installation
npm startEnvironment Variables
- AZURE_TENANT_ID
- AZURE_WORKSPACE_ID
Security Notes
The server uses DefaultAzureCredential for authentication, a secure and recommended method for Azure services. It explicitly avoids filesystem access for the 'find_working_query_examples' tool due to potential risks, demonstrating responsible design. Local caching of schemas and tokens to specified directories is standard practice. Input validation (Zod) is used for tool arguments. No 'eval' or obvious hardcoded secrets were found.
Similar Servers
mcp
Provides AI assistants with direct, secure access to the latest official Microsoft documentation to prevent hallucinations and verify code.
mcp-server-azure-devops
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
aks-mcp
The AKS-MCP server acts as a bridge, enabling AI assistants to interact with and manage Azure Kubernetes Service (AKS) clusters and related Azure resources.
powerbi-mcp
Enables AI assistants to interact with Power BI Desktop and Service for querying data, managing models, and performing safe bulk operations through natural language, ensuring enterprise-grade security and preserving report visual integrity during refactoring.