Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,12 @@ Install AKS-MCP server directly into VS Code with one click:
| Platform | Architecture | 1-Click Installation |
|----------|-------------|---------------------|
| **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) |
| | 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) |
| **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) |
| | 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) |
| **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) |
| | 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) |

> **📝 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.

#### Manual VS Code Configuration

Alternatively, create a `.vscode/mcp.json` file in your workspace:
Expand Down
Loading