@azure/mcp-win32-arm64 0.4.0 → 0.5.0

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
@@ -6,183 +6,275 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
6
6
  <video src="https://github.com/user-attachments/assets/535f393c-0ed2-479d-9b24-5ca933293c92" width="1080" height="1920" controls></video>
7
7
 
8
8
  ### ⚙️ VS Code Install Steps (Recommended)
9
+
9
10
  1. Install either the stable or Insiders release of VS Code:
10
11
  * [💫 Stable release](https://code.visualstudio.com/download)
11
12
  * [🔮 Insiders release](https://code.visualstudio.com/insiders)
12
13
  1. Install the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) and [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extensions
13
14
  1. Install [Node.js](https://nodejs.org/en/download) 20 or later
14
- * Ensure `npx` is your path
15
+ * Ensure `npx` is included in your environment path.
15
16
  1. Install any of the available Azure MCP Servers from the table below.
16
17
  1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
17
18
  1. Click `refresh` on the tools list.
18
19
 
19
20
  #### 🤖 Available Azure MCP Servers
20
21
 
21
- | Name | Description | Read/Write Tools | Read Only Tools |
22
- |--------------|-----------------------------------------------------------------------------------------------|-----------|-----------|
23
- | All | All Azure MCP tools in a single server. | [![Install](https://img.shields.io/badge/VS_Code-Install_all-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_all-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Server%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--read-only%22%5D%7D) |
24
- | Azure Kubernetes Service (AKS) | List and manage clusters. | [![Install](https://img.shields.io/badge/VS_Code-Install_aks-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22aks%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_aks-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22aks%22%2C%22--read-only%22%5D%7D) |
25
- | App Configuration | Manage configuration stores and key-value pairs. | [![Install](https://img.shields.io/badge/VS_Code-Install_appconfig-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22appconfig%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_appconfig-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22appconfig%22%2C%22--read-only%22%5D%7D) |
26
- | Azure Data Explorer | Query and manage clusters and databases. | [![Install](https://img.shields.io/badge/VS_Code-Install_kusto-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22kusto%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_kusto-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22kusto%22%2C%22--read-only%22%5D%7D) |
27
- | Best Practices | Secure, production-grade Azure SDK guidance. | [![Install](https://img.shields.io/badge/VS_Code-Install_bestpractices-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22bestpractices%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_bestpractices-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22bestpractices%22%2C%22--read-only%22%5D%7D) |
28
- | Cosmos DB | Manage NoSQL databases and containers. | [![Install](https://img.shields.io/badge/VS_Code-Install_cosmos-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Cosmos&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22cosmos%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_cosmos-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Cosmos%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22cosmos%22%2C%22--read-only%22%5D%7D) |
29
- | Foundry | Manage AI model deployments and foundations. | [![Install](https://img.shields.io/badge/VS_Code-Install_foundry-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Foundry&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22foundry%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_foundry-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Foundry%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22foundry%22%2C%22--read-only%22%5D%7D) |
30
- | Grafana | Monitor dashboards and analytics visualization. | [![Install](https://img.shields.io/badge/VS_Code-Install_grafana-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Grafana&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22grafana%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_grafana-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Grafana%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22grafana%22%2C%22--read-only%22%5D%7D) |
31
- | Key Vault | Manage secrets, keys, and certificates. | [![Install](https://img.shields.io/badge/VS_Code-Install_keyvault-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22keyvault%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_keyvault-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22keyvault%22%2C%22--read-only%22%5D%7D) |
32
- | Monitor | Query/analyze logs and metrics. | [![Install](https://img.shields.io/badge/VS_Code-Install_monitor-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Monitor&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22monitor%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_monitor-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Monitor%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22monitor%22%2C%22--read-only%22%5D%7D) |
33
- | PostgreSQL | Manage flexible PostgreSQL database servers. | [![Install](https://img.shields.io/badge/VS_Code-Install_postgres-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22postgres%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_postgres-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22postgres%22%2C%22--read-only%22%5D%7D) |
34
- | Redis Cache | Manage Redis caches and data operations. | [![Install](https://img.shields.io/badge/VS_Code-Install_redis-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22redis%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_redis-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22redis%22%2C%22--read-only%22%5D%7D) |
35
- | Resource Group | Manage resource groups and deployments. | [![Install](https://img.shields.io/badge/VS_Code-Install_group-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22group%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_group-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22group%22%2C%22--read-only%22%5D%7D) |
36
- | Role Based Access Control | Manage role assignments and permissions. | [![Install](https://img.shields.io/badge/VS_Code-Install_role-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20RBAC&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22role%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_role-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20RBAC%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22role%22%2C%22--read-only%22%5D%7D) |
37
- | Search | Query AI Search services and indexes. | [![Install](https://img.shields.io/badge/VS_Code-Install_search-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Search&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22search%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_search-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Search%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22search%22%2C%22--read-only%22%5D%7D) |
38
- | Service Bus | Manage queues, topics, and messaging. | [![Install](https://img.shields.io/badge/VS_Code-Install_servicebus-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22servicebus%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_servicebus-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22servicebus%22%2C%22--read-only%22%5D%7D) |
39
- | SQL | Manage SQL databases and servers. | [![Install](https://img.shields.io/badge/VS_Code-Install_sql-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20SQL%20Database&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22sql%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_sql-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20SQL%20Database%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22sql%22%2C%22--read-only%22%5D%7D) |
40
- | Storage | Manage storage accounts and blob data. | [![Install](https://img.shields.io/badge/VS_Code-Install_storage-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Storage&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22storage%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_storage-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Storage%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22storage%22%2C%22--read-only%22%5D%7D) |
41
- | Subscription | Manage Azure subscription details. | [![Install](https://img.shields.io/badge/VS_Code-Install_subscription-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Subscription&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22subscription%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_subscription-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Subscription%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--namespace%22%2C%22subscription%22%2C%22--read-only%22%5D%7D) |
42
-
43
- ### ▶️ Getting Started
22
+ | Name | Description | Read/Write Tools | Read Only Tools |
23
+ |---------------------------|------------------------------------------------------------------|------------------|-----------------|
24
+ | All | All Azure MCP tools in a single server. | [![Install](https://img.shields.io/badge/VS_Code-Install_all-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_all-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Server%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--read-only%22%5D%7D) |
25
+ | App Configuration | Manage configuration stores and key-value pairs. | [![Install](https://img.shields.io/badge/VS_Code-Install_appconfig-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22appconfig%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_appconfig-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20App%20Config%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22appconfig%22%2C%22--read-only%22%5D%7D) |
26
+ | Best Practices | Secure, production-grade Azure code generation and deployment guidance. | [![Install](https://img.shields.io/badge/VS_Code-Install_bestpractices-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bestpractices%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_bestpractices-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Best%20Practices%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bestpractices%22%2C%22--read-only%22%5D%7D) |
27
+ | Bicep | Get ARM template schemas and resource validation. | [![Install](https://img.shields.io/badge/VS_Code-Install_bicep-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Bicep&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bicepschema%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_bicep-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Bicep%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22bicepschema%22%2C%22--read-only%22%5D%7D) |
28
+ | CLI Extension | Execute `az`, `azd`, and `azqr` CLI commands. | [![Install](https://img.shields.io/badge/VS_Code-Install_cliextension-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20CLI&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22extension%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_cliextension-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20CLI%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22extension%22%2C%22--read-only%22%5D%7D) |
29
+ | Cosmos DB | Manage NoSQL databases and containers. | [![Install](https://img.shields.io/badge/VS_Code-Install_cosmos-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Cosmos&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22cosmos%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_cosmos-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Cosmos%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22cosmos%22%2C%22--read-only%22%5D%7D) |
30
+ | Data Explorer | Query and manage clusters and databases. | [![Install](https://img.shields.io/badge/VS_Code-Install_kusto-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22kusto%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_kusto-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Kusto%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22kusto%22%2C%22--read-only%22%5D%7D) |
31
+ | Foundry | Manage AI model deployments and foundations. | [![Install](https://img.shields.io/badge/VS_Code-Install_foundry-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Foundry&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22foundry%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_foundry-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Foundry%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22foundry%22%2C%22--read-only%22%5D%7D) |
32
+ | Grafana | Monitor dashboards and analytics visualization. | [![Install](https://img.shields.io/badge/VS_Code-Install_grafana-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Grafana&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22grafana%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_grafana-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Grafana%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22grafana%22%2C%22--read-only%22%5D%7D) |
33
+ | Key Vault | Manage secrets, keys, and certificates. | [![Install](https://img.shields.io/badge/VS_Code-Install_keyvault-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22keyvault%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_keyvault-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Key%20Vault%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22keyvault%22%2C%22--read-only%22%5D%7D) |
34
+ | Kubernetes Service | List and manage clusters. | [![Install](https://img.shields.io/badge/VS_Code-Install_aks-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22aks%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_aks-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20AKS%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22aks%22%2C%22--read-only%22%5D%7D) |
35
+ | Load Testing | Create, run, and manage tests. | [![Install](https://img.shields.io/badge/VS_Code-Install_loadtesting-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Load%20Testing&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22loadtesting%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_loadtesting-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Load%20Testing%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22loadtesting%22%2C%22--read-only%22%5D%7D) |
36
+ | Marketplace | Query Azure Marketplace products. | [![Install](https://img.shields.io/badge/VS_Code-Install_marketplace-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20Marketplace&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--service%22%2C%22marketplace%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_marketplace-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Marketplace%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--service%22%2C%22marketplace%22%2C%22--read-only%22%5D%7D) |
37
+ | Monitor | Query/analyze logs and metrics. | [![Install](https://img.shields.io/badge/VS_Code-Install_monitor-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Monitor&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22monitor%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_monitor-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Monitor%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22monitor%22%2C%22--read-only%22%5D%7D) |
38
+ | Native ISV Services | List monitored resources in Datadog. | [![Install](https://img.shields.io/badge/VS_Code-Install_datadog-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Native%20ISV&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22datadog%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_datadog-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Native%20ISV%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22datadog%22%2C%22--read-only%22%5D%7D) |
39
+ | PostgreSQL | Manage flexible PostgreSQL database servers. | [![Install](https://img.shields.io/badge/VS_Code-Install_postgres-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22postgres%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_postgres-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20PostgreSQL%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22postgres%22%2C%22--read-only%22%5D%7D) |
40
+ | Redis Cache | Manage Redis caches and data operations. | [![Install](https://img.shields.io/badge/VS_Code-Install_redis-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22redis%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_redis-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Redis%20Cache%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22redis%22%2C%22--read-only%22%5D%7D) |
41
+ | Resource Group | Manage resource groups and deployments. | [![Install](https://img.shields.io/badge/VS_Code-Install_resourcegroup-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22group%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_resourcegroup-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Resource%20Group%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22group%22%2C%22--read-only%22%5D%7D) |
42
+ | Role Based Access Control | Manage role assignments and permissions. | [![Install](https://img.shields.io/badge/VS_Code-Install_rbac-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20RBAC&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22role%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_rbac-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20RBAC%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22role%22%2C%22--read-only%22%5D%7D) |
43
+ | Search | Query AI Search services and indexes. | [![Install](https://img.shields.io/badge/VS_Code-Install_search-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Search&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22search%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_search-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Search%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22search%22%2C%22--read-only%22%5D%7D) |
44
+ | Service Bus | Manage queues, topics, and messaging. | [![Install](https://img.shields.io/badge/VS_Code-Install_servicebus-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22servicebus%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_servicebus-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Service%20Bus%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22servicebus%22%2C%22--read-only%22%5D%7D) |
45
+ | SQL | Manage SQL databases and servers. | [![Install](https://img.shields.io/badge/VS_Code-Install_sql-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20SQL%20Database&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22sql%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_sql-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20SQL%20Database%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22sql%22%2C%22--read-only%22%5D%7D) |
46
+ | Storage | Manage storage accounts and blob data. | [![Install](https://img.shields.io/badge/VS_Code-Install_storage-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Storage&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22storage%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_storage-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Storage%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22storage%22%2C%22--read-only%22%5D%7D) |
47
+ | Subscription | Manage Azure subscription details. | [![Install](https://img.shields.io/badge/VS_Code-Install_subscription-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Subscription&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22subscription%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_subscription-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Subscription%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22subscription%22%2C%22--read-only%22%5D%7D) |
48
+ | Terraform Best Practices | Secure, production-grade Azure Terraform guidance. | [![Install](https://img.shields.io/badge/VS_Code-Install_terraform-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Terraform%20Best%20Practices&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22azureterraformbestpractices%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_terraform-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Terraform%20Best%20Practices%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22azureterraformbestpractices%22%2C%22--read-only%22%5D%7D) |
49
+ | Workbooks | Manage Azure Workbooks for data visualization. | [![Install](https://img.shields.io/badge/VS_Code-Install_workbooks-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Workbooks&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22workbooks%22%5D%7D) | [![Install](https://img.shields.io/badge/VS_Code-Install_workbooks-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=Azure%20Workbooks%20Read%20Only&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%2C%22--mode%22%2C%22all%22%2C%22--namespace%22%2C%22workbooks%22%2C%22--read-only%22%5D%7D) |
50
+
51
+ ### ▶️ Getting Started
52
+
44
53
  1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
45
- 2. You should see the Azure MCP Server in the list of tools
46
- 3. Try a prompt that tells the agent to use the Azure MCP Server, such as "List my Azure Storage containers"
47
- 4. The agent should be able to use the Azure MCP Server tools to complete your query
48
- 5. Check out the [documentation](https://learn.microsoft.com/azure/developer/azure-mcp-server/) and [troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md#128-tool-limit-issue)
54
+ 1. You should see the Azure MCP Server in the list of tools
55
+ 1. Try a prompt that tells the agent to use the Azure MCP Server, such as "List my Azure Storage containers"
56
+ 1. The agent should be able to use the Azure MCP Server tools to complete your query
57
+ 1. Check out the [documentation](https://learn.microsoft.com/azure/developer/azure-mcp-server/) and [troubleshooting guide](https://github.com/Azure/azure-mcp/blob/main/TROUBLESHOOTING.md#128-tool-limit-issue)
49
58
 
50
59
  ## ✨ What can you do with the Azure MCP Server?
51
60
 
52
61
  The Azure MCP Server supercharges your agents with Azure context. Here are some cool prompts you can try:
53
62
 
54
63
  ### 🔎 Azure AI Search
55
- - "What indexes do I have in my Azure AI Search service 'mysvc'?"
56
- - "Let's search this index for 'my search query'"
64
+
65
+ * "What indexes do I have in my Azure AI Search service 'mysvc'?"
66
+ * "Let's search this index for 'my search query'"
57
67
 
58
68
  ### ⚙️ Azure App Configuration
59
- - "List my App Configuration stores"
69
+
70
+ * "List my App Configuration stores"
71
+ * "Show my key-value pairs in App Config"
60
72
 
61
73
  ### ☸️ Azure Kubernetes Service (AKS)
62
- - "List my AKS clusters in my subscription"
63
- - "Show me all my Azure Kubernetes Service clusters"
74
+
75
+ * "List my AKS clusters in my subscription"
76
+ * "Show me all my Azure Kubernetes Service clusters"
64
77
 
65
78
  ### 📊 Azure Cosmos DB
66
- - "Show me all my Cosmos DB databases"
67
- - "List containers in my Cosmos DB database"
79
+
80
+ * "Show me all my Cosmos DB databases"
81
+ * "List containers in my Cosmos DB database"
68
82
 
69
83
  ### 🧮 Azure Data Explorer
70
- - "Get Azure Data Explorer databases in cluster 'mycluster'"
71
- - "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
84
+
85
+ * "Get Azure Data Explorer databases in cluster 'mycluster'"
86
+ * "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
72
87
 
73
88
  ### 📊 Azure Monitor
74
- - "Query my Log Analytics workspace"
75
89
 
76
- ### �️ Azure SQL Database
77
- - "Show me details about my Azure SQL database 'mydb'"
78
- - "List Active Directory administrators for my SQL server 'myserver'"
90
+ * "Query my Log Analytics workspace"
91
+
92
+ ### 🗄️ Azure SQL Database
79
93
 
80
- ### 💾 Azure Storage
81
- - "List my Azure storage accounts"
82
- - "Show me the tables in my Storage account"
83
- - "Get details about my Storage container"
84
- - "Show my key-value pairs in App Config"
94
+ * "Show me details about my Azure SQL database 'mydb'"
95
+ * "List Active Directory administrators for my SQL server 'myserver'"
96
+ * "List all firewall rules for my SQL server 'myserver'"
97
+ * "List all elastic pools in my SQL server 'myserver'"
85
98
 
86
99
  ### 🔧 Azure Resource Management
87
- - "List my resource groups"
88
- - "List my Azure CDN endpoints"
89
- - "Help me build an Azure application using Node.js"
90
100
 
101
+ * "List my resource groups"
102
+ * "List my Azure CDN endpoints"
103
+ * "Help me build an Azure application using Node.js"
104
+
105
+ ### 💾 Azure Storage
106
+
107
+ * "List my Azure storage accounts"
108
+ * "Show me the tables in my Storage account"
109
+ * "Get details about my Storage container"
110
+ * "List paths in my Data Lake file system"
91
111
 
92
112
  ## 🛠️ Currently Supported Tools
113
+
93
114
  <details>
94
115
  <summary>The Azure MCP Server provides tools for interacting with the following Azure services</summary>
95
116
 
96
117
  ### 🔎 Azure AI Search (search engine/vector database)
97
- - List Azure AI Search services
98
- - List indexes and look at their schema and configuration
99
- - Query search indexes
118
+
119
+ * List Azure AI Search services
120
+ * List indexes and look at their schema and configuration
121
+ * Query search indexes
100
122
 
101
123
  ### ⚙️ Azure App Configuration
102
- - List App Configuration stores
103
- - Manage key-value pairs
104
- - Handle labeled configurations
105
- - Lock/unlock configuration settings
124
+
125
+ * List App Configuration stores
126
+ * Manage key-value pairs
127
+ * Handle labeled configurations
128
+ * Lock/unlock configuration settings
129
+
130
+ ### 🛡️ Azure Best Practices
131
+
132
+ * Get secure, production-grade Azure SDK best practices for effective code generation.
106
133
 
107
134
  ### 🖥️ Azure CLI Extension
108
- - Execute Azure CLI commands directly
109
- - Support for all Azure CLI functionality
110
- - JSON output formatting
111
- - Cross-platform compatibility
112
135
 
113
- ### �📊 Azure Cosmos DB (NoSQL Databases)
114
- - List Cosmos DB accounts
115
- - List and query databases
116
- - Manage containers and items
117
- - Execute SQL queries against containers
136
+ * Execute Azure CLI commands directly
137
+ * Support for all Azure CLI functionality
138
+ * JSON output formatting
139
+ * Cross-platform compatibility
140
+
141
+ ### 📊 Azure Cosmos DB (NoSQL Databases)
142
+
143
+ * List Cosmos DB accounts
144
+ * List and query databases
145
+ * Manage containers and items
146
+ * Execute SQL queries against containers
118
147
 
119
148
  ### 🧮 Azure Data Explorer
120
- - List Azure Data Explorer clusters
121
- - List databases
122
- - List tables
123
- - Get schema for a table
124
- - Sample rows from a table
125
- - Query using KQL
149
+
150
+ * List Azure Data Explorer clusters
151
+ * List databases
152
+ * List tables
153
+ * Get schema for a table
154
+ * Sample rows from a table
155
+ * Query using KQL
126
156
 
127
157
  ### 🐘 Azure Database for PostgreSQL - Flexible Server
128
- - List and query databases.
129
- - List and get schema for tables.
130
- - List, get configuration and get parameters for servers.
131
158
 
132
- ### Azure Developer CLI (azd) Extension
133
- - Execute Azure Developer CLI commands directly
134
- - Support for template discovery, template initialization, provisioning and deployment
135
- - Cross-platform compatibility
159
+ * List and query databases.
160
+ * List and get schema for tables.
161
+ * List, get configuration and get parameters for servers.
162
+
163
+ ### 🛠️ Azure Developer CLI (azd) Extension
164
+
165
+ * Execute Azure Developer CLI commands directly
166
+ * Support for template discovery, template initialization, provisioning and deployment
167
+ * Cross-platform compatibility
136
168
 
137
169
  ### 🧮 Azure Foundry
138
- - List Azure Foundry models
139
- - Deploy foundry models
140
- - List foundry model deployments
170
+
171
+ * List Azure Foundry models
172
+ * Deploy foundry models
173
+ * List foundry model deployments
141
174
 
142
175
  ### 🚀 Azure Managed Grafana
143
- - List Azure Managed Grafana
144
176
 
145
- ### Azure Key Vault
146
- - List, create, and get keys
177
+ * List Azure Managed Grafana
178
+
179
+ ### 🔑 Azure Key Vault
180
+
181
+ * List, create, and get keys
182
+ * Get secrets
183
+
184
+ ### ☸️ Azure Kubernetes Service (AKS)
185
+
186
+ * List Azure Kubernetes Service clusters
187
+
188
+ ### 📦 Azure Load Testing
189
+
190
+ * List, create load test resources
191
+ * List, create load tests
192
+ * Get, list, (create) run and rerun, update load test runs
193
+
194
+ ### 🏪 Azure Marketplace
195
+
196
+ * Get details about Marketplace products
147
197
 
148
198
  ### 📈 Azure Monitor
199
+
149
200
  #### Log Analytics
150
- - List Log Analytics workspaces
151
- - Query logs using KQL
152
- - List available tables
201
+
202
+ * List Log Analytics workspaces
203
+ * Query logs using KQL
204
+ * List available tables
153
205
 
154
206
  #### Health Models
155
- - Get health of an entity
207
+
208
+ * Get health of an entity
156
209
 
157
210
  #### Metrics
158
- - Query Azure Monitor metrics for resources with time series data
159
- - List available metric definitions for resources
211
+
212
+ * Query Azure Monitor metrics for resources with time series data
213
+ * List available metric definitions for resources
160
214
 
161
215
  ### ⚙️ Azure Native ISV Services
162
- - List Monitored Resources in a Datadog Monitor
163
216
 
164
- ### Azure Resource Groups
165
- - List resource groups
217
+ * List Monitored Resources in a Datadog Monitor
218
+
219
+ ### 🛡️ Azure Quick Review CLI Extension
220
+
221
+ * Scan Azure resources for compliance related recommendations
222
+
223
+ ### 🔴 Azure Redis Cache
224
+
225
+ * List Redis Cluster resources
226
+ * List databases in Redis Clusters
227
+ * List Redis Cache resources
228
+ * List access policies for Redis Caches
229
+
230
+ ### 🏗️ Azure Resource Groups
231
+
232
+ * List resource groups
166
233
 
167
234
  ### 🎭 Azure Role-Based Access Control (RBAC)
168
- - List role assignments
235
+
236
+ * List role assignments
169
237
 
170
238
  ### 🚌 Azure Service Bus
171
- - Examine properties and runtime information about queues, topics, and subscriptions
239
+
240
+ * Examine properties and runtime information about queues, topics, and subscriptions
172
241
 
173
242
  ### 🗄️ Azure SQL Database
174
- - Show database details and properties
175
243
 
176
- ### Azure Storage
177
- - List Storage accounts
178
- - Manage blob containers and blobs
179
- - List and query Storage tables
180
- - Get container properties and metadata
244
+ * Show database details and properties
245
+ * List SQL server firewall rules
246
+ * List elastic pools and their configurations
247
+
248
+ ### 💾 Azure Storage
249
+
250
+ * List Storage accounts
251
+ * Manage blob containers and blobs
252
+ * List and query Storage tables
253
+ * List paths in Data Lake file systems
254
+ * Get container properties and metadata
255
+
256
+ ### 📋 Azure Subscription
257
+
258
+ * List Azure subscriptions
259
+
260
+ ### 🏗️ Azure Terraform Best Practices
261
+
262
+ * Get secure, production-grade Azure Terraform best practices for effective code generation and command execution
263
+
264
+ ### 📊 Azure Workbooks
265
+
266
+ * List workbooks in resource groups
267
+ * Create new workbooks with custom visualizations
268
+ * Update existing workbook configurations
269
+ * Get workbook details and metadata
270
+ * Delete workbooks when no longer needed
271
+
272
+ ### 🏗️ Bicep
273
+
274
+ * Get the Bicep schema for specific Azure resource types
181
275
 
182
276
  Agents and models can discover and learn best practices and usage guidelines for the `azd` MCP tool. For more information, see [AZD Best Practices](https://github.com/Azure/azure-mcp/tree/main/src/Areas/Extension/Resources/azd-best-practices.txt).
183
277
 
184
- ### 🛡️ Azure Best Practices
185
- - Get secure, production-grade Azure SDK best practices for effective code generation.
186
278
  </details>
187
279
 
188
280
  For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
@@ -210,95 +302,102 @@ Installation in VS Code should be in one of the previous forms and the update in
210
302
  </details>
211
303
 
212
304
  ## ⚙️ Advanced Install Scenarios (Optional)
305
+
213
306
  <details>
214
307
  <summary>Docker containers, custom MCP clients, and manual install options</summary>
215
308
 
216
- #### 🐋 Docker Install Steps (Optional)
309
+ ### 🐋 Docker Install Steps (Optional)
310
+
217
311
  For a step-by-step Docker installation, follow these instructions:
218
312
 
219
- 1. Clone repository
220
- 2. From repository root, build Docker image: `docker build -t azure/azuremcp .`
221
- 3. Create an `.env` file with environment variables that [match one of the `EnvironmentCredential`](https://learn.microsoft.com/dotnet/api/azure.identity.environmentcredential) sets. For example, a `.env` file using a service principal could look like:
222
- ```json
223
- AZURE_TENANT_ID={YOUR_AZURE_TENANT_ID}
224
- AZURE_CLIENT_ID={YOUR_AZURE_CLIENT_ID}
225
- AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
226
- ```
227
- 4. Add `.vscode/mcp.json` or update existing MCP configuration. Replace `/full/path/to/.env` with a path to your `.env` file.
228
- ```json
229
- {
230
- "servers": {
231
- "Azure MCP Server": {
232
- "command": "docker",
233
- "args": [
234
- "run",
235
- "-i",
236
- "--rm",
237
- "--env-file",
238
- "/full/path/to/.env"
239
- "azure/azuremcp",
240
- ]
313
+ 1. Create an `.env` file with environment variables that [match one of the `EnvironmentCredential`](https://learn.microsoft.com/dotnet/api/azure.identity.environmentcredential) sets. For example, a `.env` file using a service principal could look like:
314
+
315
+ ```bash
316
+ AZURE_TENANT_ID={YOUR_AZURE_TENANT_ID}
317
+ AZURE_CLIENT_ID={YOUR_AZURE_CLIENT_ID}
318
+ AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
319
+ ```
320
+
321
+ 2. Add `.vscode/mcp.json` or update existing MCP configuration. Replace `/full/path/to/.env` with a path to your `.env` file.
322
+
323
+ ```json
324
+ {
325
+ "servers": {
326
+ "Azure MCP Server": {
327
+ "command": "docker",
328
+ "args": [
329
+ "run",
330
+ "-i",
331
+ "--rm",
332
+ "--env-file",
333
+ "/full/path/to/.env"
334
+ "mcr.microsoft.com/azure-sdk/azure-mcp:latest",
335
+ ]
336
+ }
337
+ }
241
338
  }
242
- }
243
- }
244
- ```
339
+ ```
245
340
 
246
341
  Optionally, customers can use `--env` or `--volume` to pass authentication values.
247
342
 
248
- #### 🤖 Custom MCP Client Install Steps (Optional)
343
+ ### 🤖 Custom MCP Client Install Steps (Optional)
344
+
249
345
  You can easily configure your MCP client to use the Azure MCP Server. Have your client run the following command and access it via standard IO.
250
346
 
251
- #### 🔧 Manual Install Steps (Optional)
347
+ ```bash
348
+ npx -y @azure/mcp@latest server start
349
+ ```
350
+
351
+ ### 🔧 Manual Install Steps (Optional)
352
+
252
353
  For a step-by-step installation, follow these instructions:
253
354
 
254
355
  1. Add `.vscode/mcp.json`:
255
- ```json
256
- {
257
- "servers": {
258
- "Azure MCP Server": {
259
- "command": "npx",
260
- "args": [
261
- "-y",
262
- "@azure/mcp@latest",
263
- "server",
264
- "start"
265
- ]
356
+
357
+ ```json
358
+ {
359
+ "servers": {
360
+ "Azure MCP Server": {
361
+ "command": "npx",
362
+ "args": [
363
+ "-y",
364
+ "@azure/mcp@latest",
365
+ "server",
366
+ "start"
367
+ ]
368
+ }
369
+ }
266
370
  }
267
- }
268
- }
269
- ```
371
+ ```
270
372
 
271
- You can optionally set the `--namespace <namespace>` flag to install tools for the specified Azure product or service.
373
+ You can optionally set the `--namespace <namespace>` flag to install tools for the specified Azure product or service.
272
374
 
273
375
  1. Add `.vscode/mcp.json`:
274
- ```json
275
- {
276
- "servers": {
277
- "Azure Best Practices": {
278
- "command": "npx",
279
- "args": [
280
- "-y",
281
- "@azure/mcp@latest",
282
- "server",
283
- "start",
284
- "--namespace",
285
- "bestpractices" // Any of the available MCP servers can be referenced here.
286
- ]
287
- }
288
- }
289
- }
290
- ```
291
-
292
- ### Using standard IO
293
376
 
294
- Configure the MCP client to execute: `npx -y @azure/mcp@latest server start`. For instructions on using , follow instructions in [Quick install with VS Code](#-quick-install-with-vs-code) or [Manual Install](#-manual-install).
377
+ ```json
378
+ {
379
+ "servers": {
380
+ "Azure Best Practices": {
381
+ "command": "npx",
382
+ "args": [
383
+ "-y",
384
+ "@azure/mcp@latest",
385
+ "server",
386
+ "start",
387
+ "--namespace",
388
+ "bestpractices" // Any of the available MCP servers can be referenced here.
389
+ ]
390
+ }
391
+ }
392
+ }
393
+ ```
295
394
 
296
395
  More end-to-end MCP client/agent guides are coming soon!
297
396
  </details>
298
397
 
299
398
  ## Data Collection
300
399
 
301
- The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkId=521839. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
400
+ The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's [privacy statement](https://www.microsoft.com/privacy/privacystatement). You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
302
401
 
303
402
  ### Telemetry Configuration
304
403
 
@@ -329,14 +428,15 @@ Your credentials are always handled securely through the official [Azure Identit
329
428
  MCP as a phenomenon is very novel and cutting-edge. As with all new technology standards, consider doing a security review to ensure any systems that integrate with MCP servers follow all regulations and standards your system is expected to adhere to. This includes not only the Azure MCP Server, but any MCP client/agent that you choose to implement down to the model provider.
330
429
 
331
430
  ## 👥 Contributing
431
+
332
432
  We welcome contributions to the Azure MCP Server! Whether you're fixing bugs, adding new features, or improving documentation, your contributions are welcome.
333
433
 
334
434
  Please read our [Contributing Guide](https://github.com/Azure/azure-mcp/blob/main/CONTRIBUTING.md) for guidelines on:
335
435
 
336
- - 🛠️ Setting up your development environment
337
- - ✨ Adding new commands
338
- - 📝 Code style and testing requirements
339
- - 🔄 Making pull requests
436
+ * 🛠️ Setting up your development environment
437
+ * ✨ Adding new commands
438
+ * 📝 Code style and testing requirements
439
+ * 🔄 Making pull requests
340
440
 
341
441
  ## 💬 Feedback
342
442
 
Binary file
Binary file
@@ -7,7 +7,7 @@
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {},
9
9
  ".NETCoreApp,Version=v9.0/win-arm64": {
10
- "azmcp/0.4.0": {
10
+ "azmcp/0.5.0": {
11
11
  "dependencies": {
12
12
  "Azure.AI.Projects": "1.0.0-beta.9",
13
13
  "Azure.Bicep.Types": "0.5.110",
@@ -15,12 +15,14 @@
15
15
  "Azure.Core": "1.46.2",
16
16
  "Azure.Data.AppConfiguration": "1.6.1",
17
17
  "Azure.Data.Tables": "12.11.0",
18
+ "Azure.Developer.LoadTesting": "1.0.2",
18
19
  "Azure.Identity": "1.14.0",
19
20
  "Azure.Identity.Broker": "1.2.0",
20
21
  "Azure.Messaging.ServiceBus": "7.20.1",
21
22
  "Azure.Monitor.OpenTelemetry.AspNetCore": "1.3.0",
22
23
  "Azure.Monitor.Query": "1.6.0",
23
24
  "Azure.ResourceManager.AppConfiguration": "1.4.0",
25
+ "Azure.ResourceManager.ApplicationInsights": "1.0.1",
24
26
  "Azure.ResourceManager.Authorization": "1.1.4",
25
27
  "Azure.ResourceManager.CognitiveServices": "1.4.0",
26
28
  "Azure.ResourceManager.ContainerService": "1.2.3",
@@ -28,17 +30,21 @@
28
30
  "Azure.ResourceManager.Datadog": "1.0.0-beta.5",
29
31
  "Azure.ResourceManager.Grafana": "1.1.1",
30
32
  "Azure.ResourceManager.Kusto": "1.6.0",
33
+ "Azure.ResourceManager.LoadTesting": "1.1.1",
31
34
  "Azure.ResourceManager.OperationalInsights": "1.3.0",
32
35
  "Azure.ResourceManager.PostgreSql": "1.2.0",
33
36
  "Azure.ResourceManager.Redis": "1.5.0",
34
37
  "Azure.ResourceManager.RedisEnterprise": "1.1.0",
38
+ "Azure.ResourceManager.ResourceGraph": "1.1.0-beta.3",
35
39
  "Azure.ResourceManager.Search": "1.2.3",
36
40
  "Azure.ResourceManager.Sql": "1.3.0",
37
41
  "Azure.ResourceManager.Storage": "1.4.2",
38
42
  "Azure.Search.Documents": "11.7.0-beta.4",
43
+ "Azure.Security.KeyVault.Certificates": "4.7.0",
39
44
  "Azure.Security.KeyVault.Keys": "4.7.0",
40
45
  "Azure.Security.KeyVault.Secrets": "4.7.0",
41
46
  "Azure.Storage.Blobs": "12.24.0",
47
+ "Azure.Storage.Files.DataLake": "12.22.0",
42
48
  "Microsoft.Azure.Cosmos": "3.51.0",
43
49
  "Microsoft.Extensions.Azure": "1.11.0",
44
50
  "Microsoft.Extensions.Caching.Memory": "9.0.6",
@@ -46,8 +52,7 @@
46
52
  "Microsoft.Extensions.Hosting": "9.0.6",
47
53
  "Microsoft.Identity.Client.Broker": "4.72.1",
48
54
  "Microsoft.NET.ILLink.Tasks": "9.0.5",
49
- "ModelContextProtocol": "0.3.0-preview.2",
50
- "ModelContextProtocol.AspNetCore": "0.3.0-preview.2",
55
+ "ModelContextProtocol": "0.3.0-preview.3",
51
56
  "Newtonsoft.Json": "13.0.3",
52
57
  "Npgsql": "9.0.3",
53
58
  "OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
@@ -1343,6 +1348,17 @@
1343
1348
  }
1344
1349
  }
1345
1350
  },
1351
+ "Azure.Developer.LoadTesting/1.0.2": {
1352
+ "dependencies": {
1353
+ "Azure.Core": "1.46.2"
1354
+ },
1355
+ "runtime": {
1356
+ "lib/net8.0/Azure.Developer.LoadTesting.dll": {
1357
+ "assemblyVersion": "1.0.2.0",
1358
+ "fileVersion": "1.0.225.7001"
1359
+ }
1360
+ }
1361
+ },
1346
1362
  "Azure.Identity/1.14.0": {
1347
1363
  "dependencies": {
1348
1364
  "Azure.Core": "1.46.2",
@@ -1453,6 +1469,20 @@
1453
1469
  }
1454
1470
  }
1455
1471
  },
1472
+ "Azure.ResourceManager.ApplicationInsights/1.0.1": {
1473
+ "dependencies": {
1474
+ "Azure.Core": "1.46.2",
1475
+ "Azure.ResourceManager": "1.13.0",
1476
+ "System.ClientModel": "1.4.2",
1477
+ "System.Text.Json": "8.0.5"
1478
+ },
1479
+ "runtime": {
1480
+ "lib/net8.0/Azure.ResourceManager.ApplicationInsights.dll": {
1481
+ "assemblyVersion": "1.0.1.0",
1482
+ "fileVersion": "1.0.125.16102"
1483
+ }
1484
+ }
1485
+ },
1456
1486
  "Azure.ResourceManager.Authorization/1.1.4": {
1457
1487
  "dependencies": {
1458
1488
  "Azure.Core": "1.46.2",
@@ -1551,6 +1581,20 @@
1551
1581
  }
1552
1582
  }
1553
1583
  },
1584
+ "Azure.ResourceManager.LoadTesting/1.1.1": {
1585
+ "dependencies": {
1586
+ "Azure.Core": "1.46.2",
1587
+ "Azure.ResourceManager": "1.13.0",
1588
+ "System.ClientModel": "1.4.2",
1589
+ "System.Text.Json": "8.0.5"
1590
+ },
1591
+ "runtime": {
1592
+ "lib/net8.0/Azure.ResourceManager.LoadTesting.dll": {
1593
+ "assemblyVersion": "1.1.1.0",
1594
+ "fileVersion": "1.100.125.16702"
1595
+ }
1596
+ }
1597
+ },
1554
1598
  "Azure.ResourceManager.OperationalInsights/1.3.0": {
1555
1599
  "dependencies": {
1556
1600
  "Azure.Core": "1.46.2",
@@ -1605,6 +1649,20 @@
1605
1649
  }
1606
1650
  }
1607
1651
  },
1652
+ "Azure.ResourceManager.ResourceGraph/1.1.0-beta.3": {
1653
+ "dependencies": {
1654
+ "Azure.Core": "1.46.2",
1655
+ "Azure.ResourceManager": "1.13.0",
1656
+ "System.ClientModel": "1.4.2",
1657
+ "System.Text.Json": "8.0.5"
1658
+ },
1659
+ "runtime": {
1660
+ "lib/net8.0/Azure.ResourceManager.ResourceGraph.dll": {
1661
+ "assemblyVersion": "1.1.0.0",
1662
+ "fileVersion": "1.100.25.16002"
1663
+ }
1664
+ }
1665
+ },
1608
1666
  "Azure.ResourceManager.Search/1.2.3": {
1609
1667
  "dependencies": {
1610
1668
  "Azure.Core": "1.46.2",
@@ -1655,6 +1713,20 @@
1655
1713
  }
1656
1714
  }
1657
1715
  },
1716
+ "Azure.Security.KeyVault.Certificates/4.7.0": {
1717
+ "dependencies": {
1718
+ "Azure.Core": "1.46.2",
1719
+ "System.Memory": "4.5.5",
1720
+ "System.Text.Json": "8.0.5",
1721
+ "System.Threading.Tasks.Extensions": "4.5.4"
1722
+ },
1723
+ "runtime": {
1724
+ "lib/netstandard2.0/Azure.Security.KeyVault.Certificates.dll": {
1725
+ "assemblyVersion": "4.7.0.0",
1726
+ "fileVersion": "4.700.24.51403"
1727
+ }
1728
+ }
1729
+ },
1658
1730
  "Azure.Security.KeyVault.Keys/4.7.0": {
1659
1731
  "dependencies": {
1660
1732
  "Azure.Core": "1.46.2",
@@ -1706,6 +1778,18 @@
1706
1778
  }
1707
1779
  }
1708
1780
  },
1781
+ "Azure.Storage.Files.DataLake/12.22.0": {
1782
+ "dependencies": {
1783
+ "Azure.Storage.Blobs": "12.24.0",
1784
+ "Azure.Storage.Common": "12.23.0"
1785
+ },
1786
+ "runtime": {
1787
+ "lib/net8.0/Azure.Storage.Files.DataLake.dll": {
1788
+ "assemblyVersion": "12.22.0.0",
1789
+ "fileVersion": "12.2200.25.16107"
1790
+ }
1791
+ }
1792
+ },
1709
1793
  "Microsoft.Azure.Amqp/2.7.0": {
1710
1794
  "runtime": {
1711
1795
  "lib/net8.0/Microsoft.Azure.Amqp.dll": {
@@ -1766,11 +1850,11 @@
1766
1850
  }
1767
1851
  }
1768
1852
  },
1769
- "Microsoft.Extensions.AI.Abstractions/9.6.0": {
1853
+ "Microsoft.Extensions.AI.Abstractions/9.7.1": {
1770
1854
  "runtime": {
1771
1855
  "lib/net9.0/Microsoft.Extensions.AI.Abstractions.dll": {
1772
- "assemblyVersion": "9.6.0.0",
1773
- "fileVersion": "9.600.25.31002"
1856
+ "assemblyVersion": "9.7.0.0",
1857
+ "fileVersion": "9.700.125.36504"
1774
1858
  }
1775
1859
  }
1776
1860
  },
@@ -2252,10 +2336,10 @@
2252
2336
  }
2253
2337
  }
2254
2338
  },
2255
- "ModelContextProtocol/0.3.0-preview.2": {
2339
+ "ModelContextProtocol/0.3.0-preview.3": {
2256
2340
  "dependencies": {
2257
2341
  "Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
2258
- "ModelContextProtocol.Core": "0.3.0-preview.2"
2342
+ "ModelContextProtocol.Core": "0.3.0-preview.3"
2259
2343
  },
2260
2344
  "runtime": {
2261
2345
  "lib/net9.0/ModelContextProtocol.dll": {
@@ -2264,20 +2348,9 @@
2264
2348
  }
2265
2349
  }
2266
2350
  },
2267
- "ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
2268
- "dependencies": {
2269
- "ModelContextProtocol": "0.3.0-preview.2"
2270
- },
2271
- "runtime": {
2272
- "lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
2273
- "assemblyVersion": "0.3.0.0",
2274
- "fileVersion": "0.3.0.0"
2275
- }
2276
- }
2277
- },
2278
- "ModelContextProtocol.Core/0.3.0-preview.2": {
2351
+ "ModelContextProtocol.Core/0.3.0-preview.3": {
2279
2352
  "dependencies": {
2280
- "Microsoft.Extensions.AI.Abstractions": "9.6.0",
2353
+ "Microsoft.Extensions.AI.Abstractions": "9.7.1",
2281
2354
  "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
2282
2355
  "System.Net.ServerSentEvents": "10.0.0-preview.5.25277.114"
2283
2356
  },
@@ -3090,7 +3163,7 @@
3090
3163
  }
3091
3164
  },
3092
3165
  "libraries": {
3093
- "azmcp/0.4.0": {
3166
+ "azmcp/0.5.0": {
3094
3167
  "type": "project",
3095
3168
  "serviceable": false,
3096
3169
  "sha512": ""
@@ -3168,6 +3241,13 @@
3168
3241
  "path": "azure.data.tables/12.11.0",
3169
3242
  "hashPath": "azure.data.tables.12.11.0.nupkg.sha512"
3170
3243
  },
3244
+ "Azure.Developer.LoadTesting/1.0.2": {
3245
+ "type": "package",
3246
+ "serviceable": true,
3247
+ "sha512": "sha512-sOv8fhyDPXFHLJCa3A3Xd1XqpZW5dNk0Lfya2UGILS/Z2wBcfj91VMiy3kb8Z2SuL9BMXirx0vMjhecSK77SDQ==",
3248
+ "path": "azure.developer.loadtesting/1.0.2",
3249
+ "hashPath": "azure.developer.loadtesting.1.0.2.nupkg.sha512"
3250
+ },
3171
3251
  "Azure.Identity/1.14.0": {
3172
3252
  "type": "package",
3173
3253
  "serviceable": true,
@@ -3224,6 +3304,13 @@
3224
3304
  "path": "azure.resourcemanager.appconfiguration/1.4.0",
3225
3305
  "hashPath": "azure.resourcemanager.appconfiguration.1.4.0.nupkg.sha512"
3226
3306
  },
3307
+ "Azure.ResourceManager.ApplicationInsights/1.0.1": {
3308
+ "type": "package",
3309
+ "serviceable": true,
3310
+ "sha512": "sha512-SJofOW0MCy3C+Fs7D4XAEBIX1kaK2iqinXqLPFzzMwJW1q49e6eo8CByiTg/Nb+CqcgC6nQRLw6CyQo4W93Z7g==",
3311
+ "path": "azure.resourcemanager.applicationinsights/1.0.1",
3312
+ "hashPath": "azure.resourcemanager.applicationinsights.1.0.1.nupkg.sha512"
3313
+ },
3227
3314
  "Azure.ResourceManager.Authorization/1.1.4": {
3228
3315
  "type": "package",
3229
3316
  "serviceable": true,
@@ -3273,6 +3360,13 @@
3273
3360
  "path": "azure.resourcemanager.kusto/1.6.0",
3274
3361
  "hashPath": "azure.resourcemanager.kusto.1.6.0.nupkg.sha512"
3275
3362
  },
3363
+ "Azure.ResourceManager.LoadTesting/1.1.1": {
3364
+ "type": "package",
3365
+ "serviceable": true,
3366
+ "sha512": "sha512-q7rj9mp6HrBs4Vgrtkkmbbkm1OBhdxdZXp59nE8rJJVWAXxYYUYearZyMaEygylKwT4eFKo8IGFMAAzqwSt+vw==",
3367
+ "path": "azure.resourcemanager.loadtesting/1.1.1",
3368
+ "hashPath": "azure.resourcemanager.loadtesting.1.1.1.nupkg.sha512"
3369
+ },
3276
3370
  "Azure.ResourceManager.OperationalInsights/1.3.0": {
3277
3371
  "type": "package",
3278
3372
  "serviceable": true,
@@ -3301,6 +3395,13 @@
3301
3395
  "path": "azure.resourcemanager.redisenterprise/1.1.0",
3302
3396
  "hashPath": "azure.resourcemanager.redisenterprise.1.1.0.nupkg.sha512"
3303
3397
  },
3398
+ "Azure.ResourceManager.ResourceGraph/1.1.0-beta.3": {
3399
+ "type": "package",
3400
+ "serviceable": true,
3401
+ "sha512": "sha512-S74OSwnUO9fWXkOFN2UUGFN08gLlYzaRLecedWCQdnqYNX6DU9b/8fyc1aD1DGgZNOOEdnXnfMEfPjZDydqG7g==",
3402
+ "path": "azure.resourcemanager.resourcegraph/1.1.0-beta.3",
3403
+ "hashPath": "azure.resourcemanager.resourcegraph.1.1.0-beta.3.nupkg.sha512"
3404
+ },
3304
3405
  "Azure.ResourceManager.Search/1.2.3": {
3305
3406
  "type": "package",
3306
3407
  "serviceable": true,
@@ -3329,6 +3430,13 @@
3329
3430
  "path": "azure.search.documents/11.7.0-beta.4",
3330
3431
  "hashPath": "azure.search.documents.11.7.0-beta.4.nupkg.sha512"
3331
3432
  },
3433
+ "Azure.Security.KeyVault.Certificates/4.7.0": {
3434
+ "type": "package",
3435
+ "serviceable": true,
3436
+ "sha512": "sha512-FcoGTI/6i8nKZhwI0HrYnVWOQk9LhnP+9T3adFAGvU8i3XPc3KKJ93VGER8L+Ygez2bpyGsWj4fRjsYv2211PQ==",
3437
+ "path": "azure.security.keyvault.certificates/4.7.0",
3438
+ "hashPath": "azure.security.keyvault.certificates.4.7.0.nupkg.sha512"
3439
+ },
3332
3440
  "Azure.Security.KeyVault.Keys/4.7.0": {
3333
3441
  "type": "package",
3334
3442
  "serviceable": true,
@@ -3357,6 +3465,13 @@
3357
3465
  "path": "azure.storage.common/12.23.0",
3358
3466
  "hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
3359
3467
  },
3468
+ "Azure.Storage.Files.DataLake/12.22.0": {
3469
+ "type": "package",
3470
+ "serviceable": true,
3471
+ "sha512": "sha512-IDcURHcqcoXDUjd3MLayirRXGMH8BZJeYb5MhyT7LX7jhdOz5Xn4ZW7dF3P1Oh3knzFSSMkY6V794kBmuhLaBg==",
3472
+ "path": "azure.storage.files.datalake/12.22.0",
3473
+ "hashPath": "azure.storage.files.datalake.12.22.0.nupkg.sha512"
3474
+ },
3360
3475
  "Microsoft.Azure.Amqp/2.7.0": {
3361
3476
  "type": "package",
3362
3477
  "serviceable": true,
@@ -3385,12 +3500,12 @@
3385
3500
  "path": "microsoft.bcl.hashcode/1.1.0",
3386
3501
  "hashPath": "microsoft.bcl.hashcode.1.1.0.nupkg.sha512"
3387
3502
  },
3388
- "Microsoft.Extensions.AI.Abstractions/9.6.0": {
3503
+ "Microsoft.Extensions.AI.Abstractions/9.7.1": {
3389
3504
  "type": "package",
3390
3505
  "serviceable": true,
3391
- "sha512": "sha512-xGO7rHg3qK8jRdriAxIrsH4voNemCf8GVmgdcPXI5gpZ6lZWqOEM4ZO8yfYxUmg7+URw2AY1h7Uc/H17g7X1Kw==",
3392
- "path": "microsoft.extensions.ai.abstractions/9.6.0",
3393
- "hashPath": "microsoft.extensions.ai.abstractions.9.6.0.nupkg.sha512"
3506
+ "sha512": "sha512-fcAMMDxGgdl7vgkiFQ2yojdEwvGIkIpxsv6SQ33enA+q2iGuv3jsFUZmq6ZJ0YvMgrce7mG6GHFkEVcNxjIl0A==",
3507
+ "path": "microsoft.extensions.ai.abstractions/9.7.1",
3508
+ "hashPath": "microsoft.extensions.ai.abstractions.9.7.1.nupkg.sha512"
3394
3509
  },
3395
3510
  "Microsoft.Extensions.Azure/1.11.0": {
3396
3511
  "type": "package",
@@ -3672,26 +3787,19 @@
3672
3787
  "path": "microsoft.win32.systemevents/6.0.0",
3673
3788
  "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
3674
3789
  },
3675
- "ModelContextProtocol/0.3.0-preview.2": {
3676
- "type": "package",
3677
- "serviceable": true,
3678
- "sha512": "sha512-tC4pwKzNPFXFqyqhAcq40QnkSF+md29UKGsaDkF9Pw8oinWqFoC3Nr9AF+YbpIWo8Jc6Nz9S7+LuJwqpZWfLOw==",
3679
- "path": "modelcontextprotocol/0.3.0-preview.2",
3680
- "hashPath": "modelcontextprotocol.0.3.0-preview.2.nupkg.sha512"
3681
- },
3682
- "ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
3790
+ "ModelContextProtocol/0.3.0-preview.3": {
3683
3791
  "type": "package",
3684
3792
  "serviceable": true,
3685
- "sha512": "sha512-YJPTc8UbPOfscs+2xyhwKgw80It17ymxNzupjv4FvM4fPTGQtaKszbgNdzyt3LMUrwX3MUhxWTJtoSHnqji3zA==",
3686
- "path": "modelcontextprotocol.aspnetcore/0.3.0-preview.2",
3687
- "hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.2.nupkg.sha512"
3793
+ "sha512": "sha512-HlviD2pMUwOawBoDtddwuCkBskwYAgQ1Z1V2L/onrl21sjISvRlghC1xwXu1Aj94In9usJlZe1mlGWtFJsOyOg==",
3794
+ "path": "modelcontextprotocol/0.3.0-preview.3",
3795
+ "hashPath": "modelcontextprotocol.0.3.0-preview.3.nupkg.sha512"
3688
3796
  },
3689
- "ModelContextProtocol.Core/0.3.0-preview.2": {
3797
+ "ModelContextProtocol.Core/0.3.0-preview.3": {
3690
3798
  "type": "package",
3691
3799
  "serviceable": true,
3692
- "sha512": "sha512-pM25u8vx2RximQMIU9/b0Nwg201SI4B87wNgaxO3FhAksWFbL7ApRcNdYnyj8qfwEdAY+wIksdYoIBcyb5Aipw==",
3693
- "path": "modelcontextprotocol.core/0.3.0-preview.2",
3694
- "hashPath": "modelcontextprotocol.core.0.3.0-preview.2.nupkg.sha512"
3800
+ "sha512": "sha512-csbP2/LVFu+0v870Imtc+EJ81WBOFUWh1A7xZSlBTrMTE7Wq6mbU62klbMuCdk0SN94rJ5NFgZOwj8uQqZU6HQ==",
3801
+ "path": "modelcontextprotocol.core/0.3.0-preview.3",
3802
+ "hashPath": "modelcontextprotocol.core.0.3.0-preview.3.nupkg.sha512"
3695
3803
  },
3696
3804
  "Newtonsoft.Json/13.0.3": {
3697
3805
  "type": "package",
package/dist/azmcp.dll CHANGED
Binary file
package/dist/azmcp.exe CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-win32-arm64",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on arm64",
5
5
  "author": "Microsoft Corporation",
6
6
  "homepage": "https://github.com/Azure/azure-mcp#readme",
@@ -18,7 +18,7 @@
18
18
  "url": "git+https://github.com/Azure/azure-mcp.git"
19
19
  },
20
20
  "engines": {
21
- "node": ">=22.0.0"
21
+ "node": ">=20.0.0"
22
22
  },
23
23
  "main": "./index.js",
24
24
  "bin": {