Skip to content

Commit 13c6f4a

Browse files
authored
Merge pull request #108 from Azure/docs/improve-installation-experience
Add Windows ARM64 platform support to 1-click installation
2 parents fae8300 + 51d1516 commit 13c6f4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,12 @@ Install AKS-MCP server directly into VS Code with one click:
221221
| Platform | Architecture | 1-Click Installation |
222222
|----------|-------------|---------------------|
223223
| **Windows** | AMD64 | [![Install for Windows x64](https://img.shields.io/badge/Install%20for-Windows%20x64-0078d4?style=for-the-badge&logo=windows)](https://vscode.dev/redirect/mcp/install?name=AKS-MCP%20Server&config=%7B%22command%22%3A%22powershell%22%2C%22args%22%3A%5B%22-c%22%2C%22Invoke-WebRequest%20-Uri%20https://github.com/Azure/aks-mcp/releases/latest/download/aks-mcp-windows-amd64.exe%20-OutFile%20aks-mcp.exe%3B%20./aks-mcp.exe%20--transport%20stdio%22%5D%7D) |
224+
| | ARM64 | [![Install for Windows ARM64](https://img.shields.io/badge/Install%20for-Windows%20ARM64-0078d4?style=for-the-badge&logo=windows)](https://vscode.dev/redirect/mcp/install?name=AKS-MCP%20Server&config=%7B%22command%22%3A%22powershell%22%2C%22args%22%3A%5B%22-c%22%2C%22Invoke-WebRequest%20-Uri%20https://github.com/Azure/aks-mcp/releases/latest/download/aks-mcp-windows-arm64.exe%20-OutFile%20aks-mcp.exe%3B%20./aks-mcp.exe%20--transport%20stdio%22%5D%7D) |
224225
| **macOS** | Intel (AMD64) | [![Install for macOS Intel](https://img.shields.io/badge/Install%20for-macOS%20Intel-000000?style=for-the-badge&logo=apple)](https://vscode.dev/redirect/mcp/install?name=AKS-MCP%20Server&config=%7B%22command%22%3A%22bash%22%2C%22args%22%3A%5B%22-c%22%2C%22curl%20-sL%20https://github.com/Azure/aks-mcp/releases/latest/download/aks-mcp-darwin-amd64%20-o%20aks-mcp%20%26%26%20chmod%20%2Bx%20aks-mcp%20%26%26%20./aks-mcp%20--transport%20stdio%22%5D%7D) |
225226
| | Apple Silicon (ARM64) | [![Install for macOS M1/M2](https://img.shields.io/badge/Install%20for-macOS%20M1%2FM2-000000?style=for-the-badge&logo=apple)](https://vscode.dev/redirect/mcp/install?name=AKS-MCP%20Server&config=%7B%22command%22%3A%22bash%22%2C%22args%22%3A%5B%22-c%22%2C%22curl%20-sL%20https://github.com/Azure/aks-mcp/releases/latest/download/aks-mcp-darwin-arm64%20-o%20aks-mcp%20%26%26%20chmod%20%2Bx%20aks-mcp%20%26%26%20./aks-mcp%20--transport%20stdio%22%5D%7D) |
226227
| **Linux** | AMD64 | [![Install for Linux x64](https://img.shields.io/badge/Install%20for-Linux%20x64-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://vscode.dev/redirect/mcp/install?name=AKS-MCP%20Server&config=%7B%22command%22%3A%22bash%22%2C%22args%22%3A%5B%22-c%22%2C%22curl%20-sL%20https://github.com/Azure/aks-mcp/releases/latest/download/aks-mcp-linux-amd64%20-o%20aks-mcp%20%26%26%20chmod%20%2Bx%20aks-mcp%20%26%26%20./aks-mcp%20--transport%20stdio%22%5D%7D) |
227228
| | ARM64 | [![Install for Linux ARM64](https://img.shields.io/badge/Install%20for-Linux%20ARM64-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://vscode.dev/redirect/mcp/install?name=AKS-MCP%20Server&config=%7B%22command%22%3A%22bash%22%2C%22args%22%3A%5B%22-c%22%2C%22curl%20-sL%20https://github.com/Azure/aks-mcp/releases/latest/download/aks-mcp-linux-arm64%20-o%20aks-mcp%20%26%26%20chmod%20%2Bx%20aks-mcp%20%26%26%20./aks-mcp%20--transport%20stdio%22%5D%7D) |
228229

229-
> **📝 Note**: Windows ARM64 binaries are not currently available in the GitHub releases. Windows users on ARM devices can use Windows Subsystem for Linux (WSL) with the Linux ARM64 option above.
230-
231230
#### Manual VS Code Configuration
232231

233232
Alternatively, create a `.vscode/mcp.json` file in your workspace:

0 commit comments

Comments
 (0)