ClickHouse's observability MCP server — investigate logs, traces and metrics with semantic tools rather than raw SQL, hosted or self-hosted.
AzureMCP Server
Summary
Microsoft's official Azure MCP server — manage cloud resources and query monitoring data conversationally.
Features
- Manage storage, databases, and Key Vault resources
- Query Azure Monitor logs with KQL
- Uses your existing Azure CLI credentials
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Microsoft's official Azure MCP server connects an assistant to an Azure subscription across a broad set of services.
Coverage
- Storage — blob containers, tables, and file shares
- Databases — Cosmos DB, Azure SQL, PostgreSQL, and MySQL
- Key Vault for secrets, keys, and certificates
- Azure Monitor with KQL queries against Log Analytics workspaces, which is the killer feature: writing correct KQL from memory is genuinely hard
- AI services including Azure OpenAI and AI Search
- Resource management — subscriptions, resource groups, and configuration
- Azure CLI and Developer CLI invocation for anything not covered by a dedicated tool
Authentication
It uses DefaultAzureCredential, meaning it inherits whatever identity you are already signed in with through the Azure CLI. No separate credential handling, and the assistant's permissions are exactly your permissions — which is worth thinking about if you are signed in as an owner.
Runs with npx -y @azure/mcp@latest server start. Actively developed by Microsoft.
Related MCP Servers
Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
