Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

AKS-MCP — MCP Bridge for Azure Kubernetes

Use AKS-MCP to bridge MCP-compatible assistants to Azure Kubernetes Service operations; run via Docker MCP Toolkit or build from source with `make`.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 264de20e-221e-5a7a-a07f-0f8369d67adc --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

Use AKS-MCP to ask an assistant about AKS clusters and execute controlled cluster operations through an MCP server.

Use AKS-MCP to bridge MCP-compatible assistants to Azure Kubernetes Service operations; run via Docker MCP Toolkit or build from source with make.

Best for: platform teams operating AKS who want an MCP tool surface for cluster inventory, troubleshooting, and controlled changes

Works with: Go toolchain (for build), Azure credentials, kubeconfig paths, MCP clients using stdio transport

Setup time: ~15–30 minutes (auth + build/toolkit + first client config)

Key facts (verified)

  • GitHub: 132 stars · 37 forks · pushed 2026-05-12.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • Entrypoint (README-backed): make build.

Main

  • Start in readonly access levels where possible; only widen permissions after you confirm the tool call surface is correct.
  • Keep Azure credential directories and kubeconfig paths explicit and mounted read-only in containerized setups.
  • Record tool calls that mutate clusters (create/update/delete) and require human approval for production contexts.

README excerpt (source)

# AKS-MCP

[![SafeSkill 92/100](https://img.shields.io/badge/SafeSkill-92%2F100_Verified%20Safe-brightgreen)](https://safeskill.dev/scan/azure-aks-mcp)
The AKS-MCP is a Model Context Protocol (MCP) server that enables AI assistants
to interact with Azure Kubernetes Service (AKS) clusters. It serves as a bridge
between AI tools (like GitHub Copilot, Claude, and other MCP-compatible AI
assistants) and AKS, translating natural language requests into AKS operations
and returning the results in a format the AI tools can understand.

It allows AI tools to:

- Operate (CRUD) AKS resources
- Retrieve details related to AKS clusters (VNets, Subnets, NSGs, Route Tables, etc.)
- Manage Azure Fleet operations for multi-cluster scenarios

## How it works

AKS-MCP connects to Azure using the Azure SDK and provides a set of tools that
AI assistants can use to interact with AKS resources. It leverages the Model
Context Protocol (MCP) to facilitate this communication, enabling AI tools to
make API calls to Azure and interpret the responses.

## Azure CLI Authentication

AKS-MCP uses Azure CLI (az) for AKS operations. Azure CLI authentication is attempted in this order:

FAQ

Q: Can I enable it via Docker UI? A: The README documents enabling the server via Docker Desktop MCP Toolkit and configuring mounts/paths.

Q: What transport does it use? A: The README shows stdio transport examples for MCP client configuration.

Q: What should I test first? A: Start with inventory/listing and read-only queries before allowing write operations.

🙏

Source et remerciements

Source: https://github.com/Azure/aks-mcp > License: MIT > GitHub: 132 stars · 37 forks · pushed 2026-05-12

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires