priyaananthasankar/nix-aks-mcp-server
3.1
If you are the rightful owner of nix-aks-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Azure Kubernetes Service Model Context Protocol (AKS MCP) server is a specialized server package designed to facilitate the integration and management of Kubernetes clusters using the Model Context Protocol.
AKS MCP Server Nix Package
A Nix package for the Azure Kubernetes Service Model Context Protocol server.
Installation
# Using nix-env
nix-env -f https://github.com/priyaananthasankar/nix-aks-mcp-server/archive/main.tar.gz -iA aks-mcp-server
# Using nix-shell
nix-shell -p 'with import <nixpkgs> {}; callPackage (fetchFromGitHub {
owner = "priyaananthasankar";
repo = "nix-aks-mcp-server";
rev = "main";
sha256 = "0000000000000000000000000000000000000000000000000000";
}) {}'
# Using flakes
nix run github:priyaananthasankar/nix-aks-mcp-server