Azure Kubernetes Service (AKS) official MCP server.
646
1
15 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
kubectl_config | Work with Kubernetes configurations (read-only). Available operations: - diff: Diff the live version against what would be applied - auth: Inspect authorization (can-i) - config: View kubectl configuration contexts (read-only) Config operations (read-only): - current-context: Display the current context - get-contexts: Describe one or many contexts Examples: - Diff config: operation='diff', resource='', args='-f pod.json' - Check auth: operation='auth', resource='can-i', args='create pods --all-namespaces' - Get current context: operation='config', resource='current-context', args='' - List contexts: operation='config', resource='get-contexts', args='' |
Manual installation
You can install the MCP server using:
Installation for