You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Windows**| AMD64 |[](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 |[](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)|
224
225
|**macOS**| Intel (AMD64) |[](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)|
225
226
|| Apple Silicon (ARM64) |[](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)|
226
227
|**Linux**| AMD64 |[](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)|
227
228
|| ARM64 |[](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)|
228
229
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
-
231
230
#### Manual VS Code Configuration
232
231
233
232
Alternatively, create a `.vscode/mcp.json` file in your workspace:
0 commit comments