Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

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`.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 264de20e-221e-5a7a-a07f-0f8369d67adc --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados