jdubois/azure-cli-mcp
Overview
The azure-cli-mcp server bridges the gap between LLMs and your Azure environment by exposing the Azure CLI as a set of executable tools. Instead of manually copying resource IDs or querying the portal, developers can delegate infrastructure management—such as checking VM status, managing App Services, or listing resource groups—directly to the model. It functions as a thin, efficient wrapper, meaning it inherits the full capability and authentication flow of your local az CLI installation. For those already using the CLI, this integration removes the context-switching overhead, allowing for natural language infrastructure auditing and rapid resource manipulation without leaving the IDE.
Highlights
- Directly exposes local Azure CLI commands to LLMs
- Eliminates manual resource querying via Azure Portal
- Leverages existing local az CLI authentication
- Simplifies infrastructure auditing through natural language
- Rapidly manages Azure resources via tool-calling