Microsoft Releases Azure MCP Server v1.0 for AI Agents
Microsoft's new MCP Server connects AI agents with Azure services via the Model Context Protocol, enabling automated cloud management.
(Image: heise medien)
Microsoft has released the stable version 1.0.0 of Azure MCP Server. It implements the Model Context Protocol (MCP) and serves as an interface between AI agents and Azure services. This allows developers to query, manage, and automate cloud resources using natural language or code. Microsoft is making the complete project available as open source.
AI Agents Combined with Azure
The Model Context Protocol is an open standard that enables unified communication between the LLMs used by AI agents and backend systems, regardless of the specific agent framework. In version 1.0.0, the Azure MCP Server supports over 47 Azure services, including Azure AI Foundry, Azure AI Search, Event Hubs, Service Bus, PostgreSQL, Kusto, Function Apps, Storage, and Log Analytics.
A total of 170 commands are available, which Microsoft has grouped into structured functions. There are three operating modes: The standard namespace mode groups tools by logical areas, alternatively, all tools can be activated or only individual functions can be enabled. This is intended to simplify onboarding and testing in particular.
For DevOps use, Microsoft provides a Docker image via its own container registry. This allows the Azure MCP Server to be integrated into CI/CD pipelines. Support for common development environments such as Visual Studio Code, Visual Studio, and IntelliJ is provided through corresponding extensions.
Videos by heise
Security and Performance in Focus
For security-critical operations, the Azure MCP Server relies on mandatory user confirmations. All interactions occur within Azure's security and governance mechanisms. Microsoft has also optimized performance through .NET Ahead-of-Time compilation (AOT), which is intended to lead to shorter startup times and lower resource consumption.
The complete documentation and source code are available via the official GitHub repository. For the next updates, Microsoft plans closer integration with Azure tools and extended support for container workloads, according to the announcement.
(fo)