aks-mcp

aks-mcp

3.4

If you are the rightful owner of aks-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The AKS-MCP is a Model Context Protocol server that facilitates interaction between AI assistants and Azure Kubernetes Service clusters.

The AKS-MCP server acts as a bridge between AI tools and Azure Kubernetes Service (AKS) clusters, enabling seamless communication and operation. By leveraging the Model Context Protocol (MCP), it translates natural language requests from AI assistants into actionable operations on AKS resources. This server allows AI tools to perform CRUD operations on AKS resources and retrieve detailed information about various components of AKS clusters, such as virtual networks, subnets, network security groups, and route tables. The AKS-MCP server connects to Azure using the Azure SDK, providing a robust set of tools for AI assistants to interact with AKS resources efficiently. It supports multiple transport types, including stdio, SSE, and streamable-http, and can be configured to work with specific AKS clusters. The server is designed to enhance the capabilities of AI tools like GitHub Copilot and Claude, making it easier for users to manage and query their AKS environments through natural language interactions.

Features

  • Facilitates AI interaction with AKS clusters
  • Supports CRUD operations on AKS resources
  • Retrieves detailed AKS cluster information
  • Connects to Azure using Azure SDK
  • Supports multiple transport types

Tools

  1. get_cluster_info

    Get detailed information about an AKS cluster

  2. list_aks_clusters

    List all AKS clusters in a subscription and optional resource group

  3. get_vnet_info

    Get information about the VNet used by the AKS cluster

  4. get_subnet_info

    Get information about the subnets used by the AKS cluster

  5. get_route_table_info

    Get information about the route tables used by the AKS cluster

  6. get_nsg_info

    Get information about the network security groups used by the AKS cluster