Explore
Contribute
Sign In

Explore

  1. Explore
  2. /
  3. Developer Tools
  4. /
  5. Azure Kubernetes Service (AKS)

Azure Kubernetes Service (AKS)

Azure Kubernetes Service (AKS)

mcp

Azure Kubernetes Service (AKS) official MCP server.

2.3K

15 Tools

Packaged by
Requires Configuration
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

OverviewTools (15)ConfigManual installation
Docker Hub⁠Github repository⁠

Tools

​
​
NameDescription
kubectl_clusterGet information about the Kubernetes cluster and API. Available operations: - cluster-info: Display cluster information - api-resources: Print supported API resources - api-versions: Print supported API versions - explain: Get documentation for a resource Examples: - Cluster info: operation='cluster-info', resource='', args='' - Cluster info dump: operation='cluster-info', resource='dump', args='' - List resources: operation='api-resources', resource='', args='' - Namespaced resources: operation='api-resources', resource='', args='--namespaced=true' - Non-namespaced resources: operation='api-resources', resource='', args='--namespaced=false' - Resources by group: operation='api-resources', resource='', args='--api-group=rbac.authorization.k8s.io' - API versions: operation='api-versions', resource='', args='' - Explain pod: operation='explain', resource='pods', args='' - Explain field: operation='explain', resource='pods.spec.containers', args='' - Explain with version: operation='explain', resource='deployments', args='--api-version=apps/v1'

Manual installation

You can install the MCP server using:

​

Installation for

Related servers

© 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal