@azure/mcp-linux-x64 0.3.2 → 0.4.1
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 +46 -39
- package/dist/Azure.Developer.LoadTesting.dll +0 -0
- package/dist/Azure.ResourceManager.ContainerService.dll +0 -0
- package/dist/Azure.ResourceManager.LoadTesting.dll +0 -0
- package/dist/Azure.Storage.Files.DataLake.dll +0 -0
- package/dist/ModelContextProtocol.AspNetCore.dll +0 -0
- package/dist/ModelContextProtocol.Core.dll +0 -0
- package/dist/ModelContextProtocol.dll +0 -0
- package/dist/azmcp.deps.json +104 -21
- package/dist/azmcp.dll +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,33 +11,35 @@ Here's a short (16 seconds) video to help you get the Azure MCP Server installed
|
|
|
11
11
|
* [🔮 Insiders release](https://code.visualstudio.com/insiders)
|
|
12
12
|
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
13
|
1. Install [Node.js](https://nodejs.org/en/download) 20 or later
|
|
14
|
-
* Ensure `npx` is your path
|
|
14
|
+
* Ensure `npx` is included in your environment path.
|
|
15
15
|
1. Install any of the available Azure MCP Servers from the table below.
|
|
16
16
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
17
17
|
1. Click `refresh` on the tools list.
|
|
18
18
|
|
|
19
19
|
#### 🤖 Available Azure MCP Servers
|
|
20
20
|
|
|
21
|
-
| Name | Description
|
|
22
|
-
|
|
23
|
-
| All | All Azure MCP tools in a single server.
|
|
21
|
+
| Name | Description | Read/Write Tools | Read Only Tools |
|
|
22
|
+
|--------------|--------------------------------------------------|-----------|-----------|
|
|
23
|
+
| All | All Azure MCP tools in a single server. | [](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) | [](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. | [](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) | [](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) |
|
|
24
25
|
| App Configuration | Manage configuration stores and key-value pairs. | [](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) | [](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) |
|
|
25
|
-
| Azure Data Explorer | Query and manage clusters and databases.
|
|
26
|
-
| Best Practices | Secure, production-grade Azure SDK guidance.
|
|
27
|
-
| Cosmos DB | Manage NoSQL databases and containers.
|
|
28
|
-
| Foundry | Manage AI model deployments and foundations.
|
|
29
|
-
| Grafana | Monitor dashboards and analytics visualization.
|
|
30
|
-
| Key Vault | Manage secrets, keys, and certificates.
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
26
|
+
| Azure Data Explorer | Query and manage clusters and databases. | [](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) | [](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. | [](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) | [](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. | [](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) | [](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. | [](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) | [](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. | [](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) | [](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. | [](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) | [](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
|
+
| Marketplace | Query Azure Marketplace products. | [](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--service%22%2C%22marketplace%22%5D%7D) | [](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--service%22%2C%22marketplace%22%2C%22--read-only%22%5D%7D) |
|
|
33
|
+
| Monitor | Query/analyze logs and metrics. | [](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) | [](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) |
|
|
34
|
+
| PostgreSQL | Manage flexible PostgreSQL database servers. | [](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) | [](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) |
|
|
35
|
+
| Redis Cache | Manage Redis caches and data operations. | [](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) | [](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) |
|
|
36
|
+
| Resource Group | Manage resource groups and deployments. | [](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) | [](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) |
|
|
37
|
+
| Role Based Access Control | Manage role assignments and permissions. | [](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) | [](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) |
|
|
38
|
+
| Search | Query AI Search services and indexes. | [](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) | [](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) |
|
|
39
|
+
| Service Bus | Manage queues, topics, and messaging. | [](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) | [](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) |
|
|
40
|
+
| SQL | Manage SQL databases and servers. | [](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) | [](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) |
|
|
41
|
+
| Storage | Manage storage accounts and blob data. | [](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) | [](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) |
|
|
42
|
+
| Subscription | Manage Azure subscription details. | [](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) | [](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) |
|
|
41
43
|
|
|
42
44
|
### ▶️ Getting Started
|
|
43
45
|
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
|
|
@@ -57,6 +59,10 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
57
59
|
### ⚙️ Azure App Configuration
|
|
58
60
|
- "List my App Configuration stores"
|
|
59
61
|
|
|
62
|
+
### ☸️ Azure Kubernetes Service (AKS)
|
|
63
|
+
- "List my AKS clusters in my subscription"
|
|
64
|
+
- "Show me all my Azure Kubernetes Service clusters"
|
|
65
|
+
|
|
60
66
|
### 📊 Azure Cosmos DB
|
|
61
67
|
- "Show me all my Cosmos DB databases"
|
|
62
68
|
- "List containers in my Cosmos DB database"
|
|
@@ -71,11 +77,14 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
71
77
|
### �️ Azure SQL Database
|
|
72
78
|
- "Show me details about my Azure SQL database 'mydb'"
|
|
73
79
|
- "List Active Directory administrators for my SQL server 'myserver'"
|
|
80
|
+
- "List all firewall rules for my SQL server 'myserver'"
|
|
81
|
+
- "List all elastic pools in my SQL server 'myserver'"
|
|
74
82
|
|
|
75
|
-
### 💾 Azure Storage
|
|
83
|
+
### 💾 Azure Storage
|
|
76
84
|
- "List my Azure storage accounts"
|
|
77
85
|
- "Show me the tables in my Storage account"
|
|
78
86
|
- "Get details about my Storage container"
|
|
87
|
+
- "List paths in my Data Lake file system"
|
|
79
88
|
- "Show my key-value pairs in App Config"
|
|
80
89
|
|
|
81
90
|
### 🔧 Azure Resource Management
|
|
@@ -99,7 +108,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
99
108
|
- Handle labeled configurations
|
|
100
109
|
- Lock/unlock configuration settings
|
|
101
110
|
|
|
102
|
-
###
|
|
111
|
+
### 🖥️ Azure CLI Extension
|
|
103
112
|
- Execute Azure CLI commands directly
|
|
104
113
|
- Support for all Azure CLI functionality
|
|
105
114
|
- JSON output formatting
|
|
@@ -156,9 +165,15 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
156
165
|
### ⚙️ Azure Native ISV Services
|
|
157
166
|
- List Monitored Resources in a Datadog Monitor
|
|
158
167
|
|
|
168
|
+
### Azure Quick Review CLI Extension
|
|
169
|
+
- Scan Azure resources for compliance related recommendations
|
|
170
|
+
|
|
159
171
|
### � Azure Resource Groups
|
|
160
172
|
- List resource groups
|
|
161
173
|
|
|
174
|
+
### 🏪 Azure Marketplace
|
|
175
|
+
- Get details about Marketplace products
|
|
176
|
+
|
|
162
177
|
### 🎭 Azure Role-Based Access Control (RBAC)
|
|
163
178
|
- List role assignments
|
|
164
179
|
|
|
@@ -167,13 +182,21 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
|
|
|
167
182
|
|
|
168
183
|
### 🗄️ Azure SQL Database
|
|
169
184
|
- Show database details and properties
|
|
185
|
+
- List SQL server firewall rules
|
|
186
|
+
- List elastic pools and their configurations
|
|
170
187
|
|
|
171
188
|
### � Azure Storage
|
|
172
189
|
- List Storage accounts
|
|
173
190
|
- Manage blob containers and blobs
|
|
174
191
|
- List and query Storage tables
|
|
192
|
+
- List paths in Data Lake file systems
|
|
175
193
|
- Get container properties and metadata
|
|
176
194
|
|
|
195
|
+
### 📦 Azure Load Testing
|
|
196
|
+
- List, create load test resources
|
|
197
|
+
- List, create load tests
|
|
198
|
+
- Get, list, (create) run and rerun, update load test runs
|
|
199
|
+
|
|
177
200
|
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).
|
|
178
201
|
|
|
179
202
|
### 🛡️ Azure Best Practices
|
|
@@ -241,7 +264,7 @@ AZURE_CLIENT_SECRET={YOUR_AZURE_CLIENT_SECRET}
|
|
|
241
264
|
Optionally, customers can use `--env` or `--volume` to pass authentication values.
|
|
242
265
|
|
|
243
266
|
#### 🤖 Custom MCP Client Install Steps (Optional)
|
|
244
|
-
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
|
|
267
|
+
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.
|
|
245
268
|
|
|
246
269
|
#### 🔧 Manual Install Steps (Optional)
|
|
247
270
|
For a step-by-step installation, follow these instructions:
|
|
@@ -288,22 +311,6 @@ You can optionally set the `--namespace <namespace>` flag to install tools for t
|
|
|
288
311
|
|
|
289
312
|
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).
|
|
290
313
|
|
|
291
|
-
### Using SSE
|
|
292
|
-
|
|
293
|
-
1. Open a terminal window and execute: `npx -y @azure/mcp@latest server start --transport sse`
|
|
294
|
-
2. The server starts up and is hosted at: http://localhost:5008. To use another port, append `--port {YOUR-PORT-NUMBER}`.
|
|
295
|
-
3. Open your MCP client and add the SSE configuration value. This may differ between MCP clients. In VS Code, it will look like:
|
|
296
|
-
```json
|
|
297
|
-
{
|
|
298
|
-
"servers": {
|
|
299
|
-
"Azure MCP Server": {
|
|
300
|
-
"type": "sse",
|
|
301
|
-
"url": "http://localhost:5008/sse"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
```
|
|
306
|
-
|
|
307
314
|
More end-to-end MCP client/agent guides are coming soon!
|
|
308
315
|
</details>
|
|
309
316
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/azmcp.deps.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {},
|
|
9
9
|
".NETCoreApp,Version=v9.0/linux-x64": {
|
|
10
|
-
"azmcp/0.
|
|
10
|
+
"azmcp/0.4.1": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Azure.AI.Projects": "1.0.0-beta.9",
|
|
13
13
|
"Azure.Bicep.Types": "0.5.110",
|
|
@@ -15,6 +15,7 @@
|
|
|
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",
|
|
@@ -23,10 +24,12 @@
|
|
|
23
24
|
"Azure.ResourceManager.AppConfiguration": "1.4.0",
|
|
24
25
|
"Azure.ResourceManager.Authorization": "1.1.4",
|
|
25
26
|
"Azure.ResourceManager.CognitiveServices": "1.4.0",
|
|
27
|
+
"Azure.ResourceManager.ContainerService": "1.2.3",
|
|
26
28
|
"Azure.ResourceManager.CosmosDB": "1.3.2",
|
|
27
29
|
"Azure.ResourceManager.Datadog": "1.0.0-beta.5",
|
|
28
30
|
"Azure.ResourceManager.Grafana": "1.1.1",
|
|
29
31
|
"Azure.ResourceManager.Kusto": "1.6.0",
|
|
32
|
+
"Azure.ResourceManager.LoadTesting": "1.1.1",
|
|
30
33
|
"Azure.ResourceManager.OperationalInsights": "1.3.0",
|
|
31
34
|
"Azure.ResourceManager.PostgreSql": "1.2.0",
|
|
32
35
|
"Azure.ResourceManager.Redis": "1.5.0",
|
|
@@ -38,6 +41,7 @@
|
|
|
38
41
|
"Azure.Security.KeyVault.Keys": "4.7.0",
|
|
39
42
|
"Azure.Security.KeyVault.Secrets": "4.7.0",
|
|
40
43
|
"Azure.Storage.Blobs": "12.24.0",
|
|
44
|
+
"Azure.Storage.Files.DataLake": "12.22.0",
|
|
41
45
|
"Microsoft.Azure.Cosmos": "3.51.0",
|
|
42
46
|
"Microsoft.Extensions.Azure": "1.11.0",
|
|
43
47
|
"Microsoft.Extensions.Caching.Memory": "9.0.6",
|
|
@@ -45,8 +49,8 @@
|
|
|
45
49
|
"Microsoft.Extensions.Hosting": "9.0.6",
|
|
46
50
|
"Microsoft.Identity.Client.Broker": "4.72.1",
|
|
47
51
|
"Microsoft.NET.ILLink.Tasks": "9.0.5",
|
|
48
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
49
|
-
"ModelContextProtocol.AspNetCore": "0.3.0-preview.
|
|
52
|
+
"ModelContextProtocol": "0.3.0-preview.2",
|
|
53
|
+
"ModelContextProtocol.AspNetCore": "0.3.0-preview.2",
|
|
50
54
|
"Newtonsoft.Json": "13.0.3",
|
|
51
55
|
"Npgsql": "9.0.3",
|
|
52
56
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
|
|
@@ -1333,6 +1337,17 @@
|
|
|
1333
1337
|
}
|
|
1334
1338
|
}
|
|
1335
1339
|
},
|
|
1340
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
1341
|
+
"dependencies": {
|
|
1342
|
+
"Azure.Core": "1.46.2"
|
|
1343
|
+
},
|
|
1344
|
+
"runtime": {
|
|
1345
|
+
"lib/net8.0/Azure.Developer.LoadTesting.dll": {
|
|
1346
|
+
"assemblyVersion": "1.0.2.0",
|
|
1347
|
+
"fileVersion": "1.0.225.7001"
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1336
1351
|
"Azure.Identity/1.14.0": {
|
|
1337
1352
|
"dependencies": {
|
|
1338
1353
|
"Azure.Core": "1.46.2",
|
|
@@ -1471,6 +1486,20 @@
|
|
|
1471
1486
|
}
|
|
1472
1487
|
}
|
|
1473
1488
|
},
|
|
1489
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
1490
|
+
"dependencies": {
|
|
1491
|
+
"Azure.Core": "1.46.2",
|
|
1492
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1493
|
+
"System.ClientModel": "1.4.2",
|
|
1494
|
+
"System.Text.Json": "8.0.5"
|
|
1495
|
+
},
|
|
1496
|
+
"runtime": {
|
|
1497
|
+
"lib/net8.0/Azure.ResourceManager.ContainerService.dll": {
|
|
1498
|
+
"assemblyVersion": "1.2.3.0",
|
|
1499
|
+
"fileVersion": "1.200.325.15403"
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1474
1503
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
1475
1504
|
"dependencies": {
|
|
1476
1505
|
"Azure.Core": "1.46.2",
|
|
@@ -1527,6 +1556,20 @@
|
|
|
1527
1556
|
}
|
|
1528
1557
|
}
|
|
1529
1558
|
},
|
|
1559
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
1560
|
+
"dependencies": {
|
|
1561
|
+
"Azure.Core": "1.46.2",
|
|
1562
|
+
"Azure.ResourceManager": "1.13.0",
|
|
1563
|
+
"System.ClientModel": "1.4.2",
|
|
1564
|
+
"System.Text.Json": "8.0.5"
|
|
1565
|
+
},
|
|
1566
|
+
"runtime": {
|
|
1567
|
+
"lib/net8.0/Azure.ResourceManager.LoadTesting.dll": {
|
|
1568
|
+
"assemblyVersion": "1.1.1.0",
|
|
1569
|
+
"fileVersion": "1.100.125.16702"
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1530
1573
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
1531
1574
|
"dependencies": {
|
|
1532
1575
|
"Azure.Core": "1.46.2",
|
|
@@ -1682,6 +1725,18 @@
|
|
|
1682
1725
|
}
|
|
1683
1726
|
}
|
|
1684
1727
|
},
|
|
1728
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
1729
|
+
"dependencies": {
|
|
1730
|
+
"Azure.Storage.Blobs": "12.24.0",
|
|
1731
|
+
"Azure.Storage.Common": "12.23.0"
|
|
1732
|
+
},
|
|
1733
|
+
"runtime": {
|
|
1734
|
+
"lib/net8.0/Azure.Storage.Files.DataLake.dll": {
|
|
1735
|
+
"assemblyVersion": "12.22.0.0",
|
|
1736
|
+
"fileVersion": "12.2200.25.16107"
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1685
1740
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
1686
1741
|
"runtime": {
|
|
1687
1742
|
"lib/net8.0/Microsoft.Azure.Amqp.dll": {
|
|
@@ -2228,10 +2283,10 @@
|
|
|
2228
2283
|
}
|
|
2229
2284
|
}
|
|
2230
2285
|
},
|
|
2231
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
2286
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
2232
2287
|
"dependencies": {
|
|
2233
2288
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
|
|
2234
|
-
"ModelContextProtocol.Core": "0.3.0-preview.
|
|
2289
|
+
"ModelContextProtocol.Core": "0.3.0-preview.2"
|
|
2235
2290
|
},
|
|
2236
2291
|
"runtime": {
|
|
2237
2292
|
"lib/net9.0/ModelContextProtocol.dll": {
|
|
@@ -2240,9 +2295,9 @@
|
|
|
2240
2295
|
}
|
|
2241
2296
|
}
|
|
2242
2297
|
},
|
|
2243
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
2298
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
2244
2299
|
"dependencies": {
|
|
2245
|
-
"ModelContextProtocol": "0.3.0-preview.
|
|
2300
|
+
"ModelContextProtocol": "0.3.0-preview.2"
|
|
2246
2301
|
},
|
|
2247
2302
|
"runtime": {
|
|
2248
2303
|
"lib/net9.0/ModelContextProtocol.AspNetCore.dll": {
|
|
@@ -2251,7 +2306,7 @@
|
|
|
2251
2306
|
}
|
|
2252
2307
|
}
|
|
2253
2308
|
},
|
|
2254
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
2309
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
2255
2310
|
"dependencies": {
|
|
2256
2311
|
"Microsoft.Extensions.AI.Abstractions": "9.6.0",
|
|
2257
2312
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.6",
|
|
@@ -3072,7 +3127,7 @@
|
|
|
3072
3127
|
}
|
|
3073
3128
|
},
|
|
3074
3129
|
"libraries": {
|
|
3075
|
-
"azmcp/0.
|
|
3130
|
+
"azmcp/0.4.1": {
|
|
3076
3131
|
"type": "project",
|
|
3077
3132
|
"serviceable": false,
|
|
3078
3133
|
"sha512": ""
|
|
@@ -3150,6 +3205,13 @@
|
|
|
3150
3205
|
"path": "azure.data.tables/12.11.0",
|
|
3151
3206
|
"hashPath": "azure.data.tables.12.11.0.nupkg.sha512"
|
|
3152
3207
|
},
|
|
3208
|
+
"Azure.Developer.LoadTesting/1.0.2": {
|
|
3209
|
+
"type": "package",
|
|
3210
|
+
"serviceable": true,
|
|
3211
|
+
"sha512": "sha512-sOv8fhyDPXFHLJCa3A3Xd1XqpZW5dNk0Lfya2UGILS/Z2wBcfj91VMiy3kb8Z2SuL9BMXirx0vMjhecSK77SDQ==",
|
|
3212
|
+
"path": "azure.developer.loadtesting/1.0.2",
|
|
3213
|
+
"hashPath": "azure.developer.loadtesting.1.0.2.nupkg.sha512"
|
|
3214
|
+
},
|
|
3153
3215
|
"Azure.Identity/1.14.0": {
|
|
3154
3216
|
"type": "package",
|
|
3155
3217
|
"serviceable": true,
|
|
@@ -3220,6 +3282,13 @@
|
|
|
3220
3282
|
"path": "azure.resourcemanager.cognitiveservices/1.4.0",
|
|
3221
3283
|
"hashPath": "azure.resourcemanager.cognitiveservices.1.4.0.nupkg.sha512"
|
|
3222
3284
|
},
|
|
3285
|
+
"Azure.ResourceManager.ContainerService/1.2.3": {
|
|
3286
|
+
"type": "package",
|
|
3287
|
+
"serviceable": true,
|
|
3288
|
+
"sha512": "sha512-OvuXPivpIdBBS3yvo7svRLHjjOVRC3G4sp+3nKxvblygWcUCtll0tNpHVXVW7KQKhjMzpbjfepyoTekpMe1AvA==",
|
|
3289
|
+
"path": "azure.resourcemanager.containerservice/1.2.3",
|
|
3290
|
+
"hashPath": "azure.resourcemanager.containerservice.1.2.3.nupkg.sha512"
|
|
3291
|
+
},
|
|
3223
3292
|
"Azure.ResourceManager.CosmosDB/1.3.2": {
|
|
3224
3293
|
"type": "package",
|
|
3225
3294
|
"serviceable": true,
|
|
@@ -3248,6 +3317,13 @@
|
|
|
3248
3317
|
"path": "azure.resourcemanager.kusto/1.6.0",
|
|
3249
3318
|
"hashPath": "azure.resourcemanager.kusto.1.6.0.nupkg.sha512"
|
|
3250
3319
|
},
|
|
3320
|
+
"Azure.ResourceManager.LoadTesting/1.1.1": {
|
|
3321
|
+
"type": "package",
|
|
3322
|
+
"serviceable": true,
|
|
3323
|
+
"sha512": "sha512-q7rj9mp6HrBs4Vgrtkkmbbkm1OBhdxdZXp59nE8rJJVWAXxYYUYearZyMaEygylKwT4eFKo8IGFMAAzqwSt+vw==",
|
|
3324
|
+
"path": "azure.resourcemanager.loadtesting/1.1.1",
|
|
3325
|
+
"hashPath": "azure.resourcemanager.loadtesting.1.1.1.nupkg.sha512"
|
|
3326
|
+
},
|
|
3251
3327
|
"Azure.ResourceManager.OperationalInsights/1.3.0": {
|
|
3252
3328
|
"type": "package",
|
|
3253
3329
|
"serviceable": true,
|
|
@@ -3332,6 +3408,13 @@
|
|
|
3332
3408
|
"path": "azure.storage.common/12.23.0",
|
|
3333
3409
|
"hashPath": "azure.storage.common.12.23.0.nupkg.sha512"
|
|
3334
3410
|
},
|
|
3411
|
+
"Azure.Storage.Files.DataLake/12.22.0": {
|
|
3412
|
+
"type": "package",
|
|
3413
|
+
"serviceable": true,
|
|
3414
|
+
"sha512": "sha512-IDcURHcqcoXDUjd3MLayirRXGMH8BZJeYb5MhyT7LX7jhdOz5Xn4ZW7dF3P1Oh3knzFSSMkY6V794kBmuhLaBg==",
|
|
3415
|
+
"path": "azure.storage.files.datalake/12.22.0",
|
|
3416
|
+
"hashPath": "azure.storage.files.datalake.12.22.0.nupkg.sha512"
|
|
3417
|
+
},
|
|
3335
3418
|
"Microsoft.Azure.Amqp/2.7.0": {
|
|
3336
3419
|
"type": "package",
|
|
3337
3420
|
"serviceable": true,
|
|
@@ -3647,26 +3730,26 @@
|
|
|
3647
3730
|
"path": "microsoft.win32.systemevents/6.0.0",
|
|
3648
3731
|
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
|
3649
3732
|
},
|
|
3650
|
-
"ModelContextProtocol/0.3.0-preview.
|
|
3733
|
+
"ModelContextProtocol/0.3.0-preview.2": {
|
|
3651
3734
|
"type": "package",
|
|
3652
3735
|
"serviceable": true,
|
|
3653
|
-
"sha512": "sha512-
|
|
3654
|
-
"path": "modelcontextprotocol/0.3.0-preview.
|
|
3655
|
-
"hashPath": "modelcontextprotocol.0.3.0-preview.
|
|
3736
|
+
"sha512": "sha512-tC4pwKzNPFXFqyqhAcq40QnkSF+md29UKGsaDkF9Pw8oinWqFoC3Nr9AF+YbpIWo8Jc6Nz9S7+LuJwqpZWfLOw==",
|
|
3737
|
+
"path": "modelcontextprotocol/0.3.0-preview.2",
|
|
3738
|
+
"hashPath": "modelcontextprotocol.0.3.0-preview.2.nupkg.sha512"
|
|
3656
3739
|
},
|
|
3657
|
-
"ModelContextProtocol.AspNetCore/0.3.0-preview.
|
|
3740
|
+
"ModelContextProtocol.AspNetCore/0.3.0-preview.2": {
|
|
3658
3741
|
"type": "package",
|
|
3659
3742
|
"serviceable": true,
|
|
3660
|
-
"sha512": "sha512-
|
|
3661
|
-
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.
|
|
3662
|
-
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.
|
|
3743
|
+
"sha512": "sha512-YJPTc8UbPOfscs+2xyhwKgw80It17ymxNzupjv4FvM4fPTGQtaKszbgNdzyt3LMUrwX3MUhxWTJtoSHnqji3zA==",
|
|
3744
|
+
"path": "modelcontextprotocol.aspnetcore/0.3.0-preview.2",
|
|
3745
|
+
"hashPath": "modelcontextprotocol.aspnetcore.0.3.0-preview.2.nupkg.sha512"
|
|
3663
3746
|
},
|
|
3664
|
-
"ModelContextProtocol.Core/0.3.0-preview.
|
|
3747
|
+
"ModelContextProtocol.Core/0.3.0-preview.2": {
|
|
3665
3748
|
"type": "package",
|
|
3666
3749
|
"serviceable": true,
|
|
3667
|
-
"sha512": "sha512-
|
|
3668
|
-
"path": "modelcontextprotocol.core/0.3.0-preview.
|
|
3669
|
-
"hashPath": "modelcontextprotocol.core.0.3.0-preview.
|
|
3750
|
+
"sha512": "sha512-pM25u8vx2RximQMIU9/b0Nwg201SI4B87wNgaxO3FhAksWFbL7ApRcNdYnyj8qfwEdAY+wIksdYoIBcyb5Aipw==",
|
|
3751
|
+
"path": "modelcontextprotocol.core/0.3.0-preview.2",
|
|
3752
|
+
"hashPath": "modelcontextprotocol.core.0.3.0-preview.2.nupkg.sha512"
|
|
3670
3753
|
},
|
|
3671
3754
|
"Newtonsoft.Json/13.0.3": {
|
|
3672
3755
|
"type": "package",
|
package/dist/azmcp.dll
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-linux-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on x64",
|
|
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": ">=
|
|
21
|
+
"node": ">=20.0.0"
|
|
22
22
|
},
|
|
23
23
|
"main": "./index.js",
|
|
24
24
|
"bin": {
|