@azure/mcp-linux-arm64 3.0.0-beta.4 → 3.0.0-beta.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,8 @@
4
4
  All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code.
5
5
  ## Table of Contents
6
6
  - [Overview](#overview)
7
- - [Installation](#installation)
7
+ - [Local Setup](#local-setup)
8
+ - [Remote Setup](#remote-setup)
8
9
  - [Usage](#usage)
9
10
  - [Getting Started](#getting-started)
10
11
  - [Sovereign Cloud Support](#sovereign-cloud-support)
@@ -25,16 +26,16 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
25
26
 
26
27
  # Overview
27
28
 
28
- **Azure MCP Server** supercharges your agents with Azure context across **40+ different Azure services**.
29
+ **Azure MCP Server** supercharges your agents with Azure context across numerous Azure services.
29
30
 
30
- # Installation
31
- - To use Azure MCP server from node one must have Node.js (LTS) installed and available on your system PATH — this provides both `npm` and `npx`. We recommend Node.js 20 LTS or later. To verify your installation run: `node --version`, `npm --version`, and `npx --version`.
31
+ # Local Setup
32
+ - To use Azure MCP server from node one must have Node.js (LTS) installed and available on your system PATH — this provides both `npm` and `npx`. We recommend the latest Node.js LTS version. To verify your installation run: `node --version`, `npm --version`, and `npx --version`.
32
33
  - Configure the `mcp.json` file with the following:
33
34
 
34
35
  ```json
35
36
  {
36
37
  "mcpServers": {
37
- "Azure MCP Server": {
38
+ "azure-mcp-server": {
38
39
  "command": "npx",
39
40
  "args": [
40
41
  "-y",
@@ -54,20 +55,20 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
54
55
  | **VS Code** | `.vscode/mcp.json` (workspace)<br>`settings.json` (user) | [VS Code MCP Documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) |
55
56
  | **Visual Studio** | `.mcp.json` (solution/workspace) | [Visual Studio MCP Setup](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022) |
56
57
  | **GitHub Copilot CLI** | `~/.copilot/mcp-config.json` | [Copilot CLI MCP Configuration](#github-copilot-cli-configuration) |
57
- | **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://scottspence.com/posts/configuring-mcp-tools-in-claude-code) |
58
+ | **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://code.claude.com/docs/en/mcp-quickstart#add-a-local-server) |
58
59
  | **Eclipse IDE** | GitHub Copilot Chat -> Configure Tools -> MCP Servers | [Eclipse MCP Documentation](https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp#configuring-mcp-servers-in-eclipse) |
59
60
  | **IntelliJ IDEA** | Built-in MCP server (2025.2+)<br>Settings > Tools > MCP Server | [IntelliJ MCP Documentation](https://www.jetbrains.com/help/ai-assistant/mcp.html) |
61
+ | **Google Antigravity** | `~/.gemini/config/mcp_config.json` (global)<br>`.agents/mcp_config.json` (workspace) | [Google Antigravity MCP Documentation](https://antigravity.google/docs/mcp) |
60
62
  | **Cursor** | `~/.cursor/mcp.json` or `.cursor/mcp.json` | [Cursor MCP Documentation](https://docs.cursor.com/context/model-context-protocol) |
61
63
  | **Windsurf** | `~/.codeium/windsurf/mcp_config.json` | [Windsurf Cascade MCP Integration](https://docs.windsurf.com/windsurf/cascade/mcp) |
62
64
  | **Amazon Q Developer** | `~/.aws/amazonq/mcp.json` (global)<br>`.amazonq/mcp.json` (workspace) | [AWS Q Developer MCP Guide](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/qdev-mcp.html) |
63
65
  | **Claude Desktop** | `~/.claude/claude_desktop_config.json` (macOS)<br>`%APPDATA%\Claude\claude_desktop_config.json` (Windows) | [Claude Desktop MCP Setup](https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop) |
64
66
 
65
- ## Remote MCP Server (preview)
67
+ # Remote Setup
66
68
 
67
- Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoints. To self-host the Azure MCP Server for use with these platforms, deploy it as a remote MCP server on [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview).
68
-
69
- Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
69
+ Host the Azure MCP Server as a remote endpoint when your client requires HTTP-based MCP servers (for example, Microsoft Foundry and Microsoft Copilot Studio) or when you want to share a single deployment across users and environments. The server can be self-hosted on [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview).
70
70
 
71
+ See the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
71
72
 
72
73
  # Usage
73
74
 
@@ -88,7 +89,7 @@ Azure MCP Server supports connecting to Azure sovereign clouds. By default, it a
88
89
 
89
90
  | Cloud | Aliases |
90
91
  |-------|---------|
91
- | Azure Public Cloud | `AzureCloud`, `AzurePublicCloud`, `Public`, `AzurePublic` |
92
+ | Azure Public Cloud | `AzureCloud`, `AzurePublicCloud`, `Public`, `AzurePublic` |
92
93
  | Azure China Cloud | `AzureChinaCloud`, `China`, `AzureChina` |
93
94
  | Azure US Government | `AzureUSGovernment`, `USGov`, `AzureUSGovernmentCloud`, `USGovernment` |
94
95
 
@@ -137,6 +138,13 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
137
138
  ### 📊 Azure Advisor
138
139
 
139
140
  * "List my Advisor recommendations"
141
+ * "Mark an Advisor recommendation as completed"
142
+ * "Dismiss an Advisor recommendation because the risk is acceptable"
143
+ * "Postpone an Advisor recommendation until December 31, 2026"
144
+ * "Apply Advisor recommendations to IaaC files"
145
+ * "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
146
+ * "Show Advisor service retirements on or after March 31, 2026"
147
+ * "Get Advisor metadata for a recommendation type id"
140
148
 
141
149
  ### 🔎 Azure AI Search
142
150
 
@@ -174,12 +182,19 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
174
182
  * "Delete application setting 'LogLevel' from my 'my-webapp' in 'my-resource-group'"
175
183
  * "List the deployments for web app 'my-webapp' in 'my-resource-group'"
176
184
  * "Get the deployment 'deployment-id' for web app 'my-webapp' in 'my-resource-group'"
185
+ * "List the diagnostic detectors for web app 'my-webapp' in 'my-resource-group'"
186
+ * "Diagnose the web app 'my-webapp' with detector 'detector-name' in 'my-resource-group'"
187
+ * "Start the web app 'my-webapp' in 'my-resource-group'"
188
+ * "Stop the web app 'my-webapp' in 'my-resource-group'"
189
+ * "Restart the web app 'my-webapp' in 'my-resource-group'"
190
+ * "Soft restart the web app 'my-webapp' in 'my-resource-group' waiting for restart to complete"
177
191
 
178
192
  ### 🛡️ Azure Backup
179
193
 
180
194
  * "Create a Recovery Services vault named 'myvault' in resource group 'myRG' in eastus with vault-type 'rsv'"
181
195
  * "Get details of backup vault 'myvault' in resource group 'myRG'"
182
196
  * "Create a backup policy for Azure VMs in vault 'myvault'"
197
+ * "Update backup policy schedule time to 04:00 in vault 'myvault'"
183
198
  * "List protectable items in my backup vault"
184
199
  * "Check backup status for my Azure resource in eastus"
185
200
  * "Get recovery points for a protected item"
@@ -238,6 +253,10 @@ Example prompts that generate Azure CLI commands:
238
253
  * "Update VMSS 'my-vmss' capacity to 5 instances"
239
254
  * "Delete virtual machine 'my-vm' in resource group 'my-resource-group'"
240
255
  * "Force delete VM 'my-vm' in resource group 'my-rg' using force-deletion"
256
+ * "Start VM 'my-vm' in resource group 'my-rg'"
257
+ * "Stop VM 'my-vm' in resource group 'my-rg'"
258
+ * "Deallocate VM 'my-vm' in resource group 'my-rg' to stop billing"
259
+ * "Restart VM 'my-vm' in resource group 'my-rg'"
241
260
  * "Delete virtual machine scale set 'my-vmss' in resource group 'my-resource-group'"
242
261
  * "Force delete VMSS 'my-vmss' in resource group 'my-rg' using force-deletion"
243
262
 
@@ -261,6 +280,11 @@ Example prompts that generate Azure CLI commands:
261
280
 
262
281
  * "Show me all my Cosmos DB databases"
263
282
  * "List containers in my Cosmos DB database"
283
+ * "Infer the schema of container 'items' in database 'mydb' for Cosmos DB account 'myaccount'"
284
+ * "Show me the 15 most recent documents in container 'items' of database 'mydb' in Cosmos DB account 'myaccount'"
285
+ * "Get the document with id '123' from container 'items' in database 'mydb' of Cosmos DB account 'myaccount'"
286
+ * "Search documents in container 'items' from database 'mydb' where 'description' contains 'wireless headphones'"
287
+ * "Find documents similar to 'noise cancelling earbuds' in container 'items' of database 'mydb' using vector property 'embedding'"
264
288
 
265
289
  ### 🧮 Azure Data Explorer
266
290
 
@@ -299,6 +323,29 @@ Example prompts that generate Azure CLI commands:
299
323
  * "Get provisioning recommendations for my file share workload"
300
324
  * "Get usage data and metrics for my file share"
301
325
 
326
+ ### 💡 Azure Insights
327
+
328
+ * "Generate insights from my current subscription"
329
+ * "Summarize what's deployed across my Azure environment and highlight notable patterns"
330
+ * "Analyze my tenant and give me insights about the overall infrastructure"
331
+ * "What can you tell me about my existing Azure environment?"
332
+ * "Analyze subscription <subscription_id> for architectural patterns"
333
+ * "Analyze my Azure infrastructure and surface patterns to help me plan my next project"
334
+ * "Generate insights about my Azure environment to help me plan a new data analytics platform"
335
+ * "What insights can you derive about my subscription to help me plan a containerized microservices workload on AKS?"
336
+
337
+ ### 🌐 Azure IoT Hub
338
+
339
+ * "Show me IoT Hub 'my-iot-hub' in resource group 'my-resource-group' of my subscription 'my-subscription'"
340
+ * "Get details for IoT Hub 'my-iot-hub' in resource group 'my-resource-group' of my subscription 'my-subscription'"
341
+ * "List devices in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
342
+ * "Show device 'my-device' in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
343
+ * "Show device statistics for IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
344
+ * "Get the device twin for 'my-device' in IoT Hub 'my-iot-hub'"
345
+ * "Query all devices in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
346
+ * "Compile an IoT Hub query for devices where reported batteryLevel is less than 20"
347
+ * "Discover the queryable device twin fields in IoT Hub 'my-iot-hub'"
348
+
302
349
  ### 🔑 Azure Key Vault
303
350
 
304
351
  * "List all secrets in my key vault 'my-vault'"
@@ -326,6 +373,8 @@ Example prompts that generate Azure CLI commands:
326
373
  ### 📊 Azure Monitor
327
374
 
328
375
  * "Query my Log Analytics workspace"
376
+ * "List my Azure Monitor Health Models"
377
+ * "Get details for my Azure Monitor Health Model 'my-health-model'"
329
378
 
330
379
  ### 🧭 Azure Monitor Instrumentation (under Azure Monitor)
331
380
 
@@ -358,6 +407,27 @@ Example prompts that generate Azure CLI commands:
358
407
  * "Show me details about my Azure SQL server 'myserver'"
359
408
  * "Delete my Azure SQL server 'myserver'"
360
409
 
410
+ ### 🤖 Azure SRE Agent
411
+
412
+ * "List my Azure SRE Agent resources"
413
+ * "Show me the SRE sub-agent named 'incident-bot' on agent 'sre-prod'"
414
+ * "Create a new SRE sub-agent named 'incident-bot' with these instructions on agent 'sre-prod'"
415
+ * "List the connectors registered on SRE Agent 'sre-prod'"
416
+ * "Register a Kusto connector on SRE Agent 'sre-prod' pointing at cluster 'https://help.kusto.windows.net'"
417
+ * "Register an MCP connector on SRE Agent 'sre-prod' for the Azure MCP server"
418
+ * "List the safety hooks configured on SRE Agent 'sre-prod'"
419
+ * "Activate the 'pre-prod-approval' hook for thread 'thread-123' on SRE Agent 'sre-prod'"
420
+ * "Create a new investigation thread on SRE Agent 'sre-prod' and ask it to look into elevated 5xx in payments-api"
421
+ * "Send a follow-up message to thread 'thread-123' on SRE Agent 'sre-prod'"
422
+ * "Run an autonomous investigation on SRE Agent 'sre-prod' with up to 20 iterations"
423
+ * "List scheduled tasks on SRE Agent 'sre-prod'"
424
+ * "Create a scheduled task on SRE Agent 'sre-prod' that runs every 15 minutes"
425
+ * "List active incidents on SRE Agent 'sre-prod'"
426
+ * "Declare an incident on SRE Agent 'sre-prod' for elevated error rates"
427
+ * "Generate a remediation workflow on SRE Agent 'sre-prod' from the latest investigation"
428
+ * "Search SRE Agent 'sre-prod' memories for prior occurrences of this alert"
429
+ * "Produce a remediation plan on SRE Agent 'sre-prod' for incident 'inc-42'"
430
+
361
431
  ### 💾 Azure Storage
362
432
 
363
433
  * "List my Azure storage accounts"
@@ -372,6 +442,49 @@ Example prompts that generate Azure CLI commands:
372
442
  * "Turn off DDoS protection in my Platform Landing Zone"
373
443
  * "Turn off Bastion host in my Platform Landing Zone"
374
444
 
445
+ ### 🛡️ Azure Resilience Management
446
+
447
+ * "List all resilience goal templates in service group 'my-service-group'"
448
+ * "Get the details of goal template 'my-template' in service group 'my-service-group'"
449
+ * "List all resilience goal assignments in service group 'my-service-group'"
450
+ * "List the resources of goal assignment 'my-assignment' in service group 'my-service-group'"
451
+ * "List my resilience usage plans in resource group 'my-rg'"
452
+ * "List the enrollments of usage plan 'my-plan' in resource group 'my-rg'"
453
+ * "List all resilience recovery plans in service group 'my-service-group'"
454
+ * "Get the recovery plan 'my-recovery-plan' in service group 'my-service-group'"
455
+ * "Create a Zonal recovery plan 'my-recovery-plan' in service group 'my-service-group' with a system-assigned identity"
456
+ * "Update recovery plan 'my-recovery-plan' in service group 'my-service-group' to use user-assigned identity '/subscriptions/my-subscription/resourceGroups/my-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-identity'"
457
+ * "Include recovery resource 'my-resource' in recovery plan 'my-recovery-plan' in service group 'my-service-group' and configure its protection settings"
458
+ * "Exclude recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
459
+ * "Remove recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
460
+ * "Delete recovery plan 'my-recovery-plan' from service group 'my-service-group' and report whether it existed"
461
+ * "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
462
+ * "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
463
+ * "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
464
+ * "Get the resilience drill 'my-drill' in service group 'my-service-group'"
465
+ * "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
466
+ * "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
467
+
468
+ ### Azure Resource Manager
469
+
470
+ * Use Azure resource graph to query Azure resources
471
+ * Create, view and cancel ARM template deployments
472
+
473
+ ### Azure Terraform
474
+
475
+ * "Get the documentation for azurerm_virtual_network"
476
+ * "Show me the arguments for azurerm_storage_account"
477
+ * "Get AzAPI documentation for Microsoft.Storage/storageAccounts"
478
+ * "Get AzAPI docs for Microsoft.Compute/virtualMachines with API version 2024-07-01"
479
+ * "List all available Azure Verified Modules"
480
+ * "Show all versions of avm-res-network-virtualnetwork"
481
+ * "Get the documentation for avm-res-storage-storageaccount version 0.1.0"
482
+ * "Get the documentation for the avm-ptn-aiml-ai-foundry pattern module"
483
+ * "Export all resources in resource group my-rg to Terraform"
484
+ * "Export all storage accounts in my subscription using a resource graph query"
485
+ * "Validate Terraform files in ./my-terraform-folder against Azure security policies"
486
+ * "Validate my Terraform plan file against Azure-Proactive-Resiliency-Library-v2 policies"
487
+
375
488
  ### 🏛️ Azure Well-Architected Framework
376
489
 
377
490
  * "List all services with Well-Architected Framework guidance"
@@ -381,10 +494,10 @@ Example prompts that generate Azure CLI commands:
381
494
 
382
495
  ## Complete List of Supported Azure Services
383
496
 
384
- The Azure MCP Server provides tools for interacting with **43+ Azure service areas**:
497
+ The Azure MCP Server provides tools for interacting with **44+ Azure service areas**:
385
498
 
386
499
  - 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
387
- - 📊 **Azure Advisor** - Advisor recommendations
500
+ - 📊 **Azure Advisor** - Advisor recommendations, recommendation state management, and recommendation metadata
388
501
  - 🔎 **Azure AI Search** - Search engine/vector database operations
389
502
  - 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
390
503
  - ⚙️ **Azure App Configuration** - Configuration management
@@ -405,6 +518,8 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
405
518
  - 📊 **Azure Event Grid** - Event routing and management
406
519
  - 📁 **Azure File Shares** - Azure managed file share operations
407
520
  - ⚡ **Azure Functions** - Function App management and functions project files, language support, and templates source code
521
+ - 💡 **Azure Insights** - Derive infrastructure insights from Azure Resource Graph patterns
522
+ - 🌐 **Azure IoT Hub** - IoT Hub resource discovery and details
408
523
  - 🔑 **Azure Key Vault** - Secrets, keys, and certificates
409
524
  - ☸️ **Azure Kubernetes Service (AKS)** - Container orchestration
410
525
  - 📦 **Azure Load Testing** - Performance testing
@@ -412,13 +527,14 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
412
527
  - 🗃️ **Azure Managed Lustre** - High-performance Lustre filesystem operations
413
528
  - 🏪 **Azure Marketplace** - Product discovery
414
529
  - 🔄 **Azure Migrate** - Platform Landing Zone generation and modification guidance
415
- - 📈 **Azure Monitor** - Logging, metrics, health monitoring, and instrumentation onboarding/migration workflow for local applications
530
+ - 📈 **Azure Monitor** - Logging, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
416
531
  - ⚖️ **Azure Policy** - Policies set to enforce organizational standards
417
532
  - ⚙️ **Azure Native ISV Services** - Third-party integrations
418
533
  - 🛡️ **Azure Quick Review CLI** - Compliance scanning
419
534
  - 📊 **Azure Quota** - Resource quota and usage management
420
535
  - 🎭 **Azure RBAC** - Access control management
421
536
  - 🔴 **Azure Redis Cache** - In-memory data store
537
+ - 🛡️ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery jobs, recovery job resources, and drills
422
538
  - 🏗️ **Azure Resource Groups** - Resource organization
423
539
  - 🚌 **Azure Service Bus** - Message queuing
424
540
  - 🧵 **Azure Service Fabric** - Managed cluster node operations
@@ -426,9 +542,11 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
426
542
  - 🗄️ **Azure SQL Database** - Relational database management
427
543
  - 🗄️ **Azure SQL Elastic Pool** - Database resource sharing
428
544
  - 🗄️ **Azure SQL Server** - Server administration
545
+ - 🤖 **Azure SRE Agent** - SRE Agent investigations, sub-agents, connectors, hooks, threads, scheduled tasks, incidents, workflows, memories, and remediation plans
429
546
  - 💾 **Azure Storage** - Blob storage
430
547
  - **Azure Storage Sync** - Azure File Sync management operations
431
548
  - 📋 **Azure Subscription** - Subscription management
549
+ - 🏗️ **Azure Terraform** - Terraform provider documentation, Azure Verified Modules, resource export, and policy validation
432
550
  - 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
433
551
  - 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
434
552
  - 🏛️ **Azure Well-Architected Framework** - Architectural best practices and design patterns