Back to Projects MCP

MCP Server: Azure

Model Context Protocol server wrapping Azure CLI. Query App Services, Storage, Container Registry, and Application Insights through LLMs.

The Problem

Querying Azure resources requires context-switching between the portal, CLI, and documentation. Developers and operators waste time translating natural language questions into az commands.

The Solution

An MCP server that wraps Azure CLI operations — App Services, Storage accounts, Container Registry, and Application Insights — exposing them as tools that any LLM can call directly. Read-only by default.

Tags

TypeScriptAzure CLICloud

Outcomes

  • Query Azure resources through natural language
  • Read-only operations for safe exploration
  • Covers App Services, Storage, ACR, and Application Insights