Add AKS-MCP Server documentation and integration resources #5234
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enhances the discoverability and usability of the AKS Model Context Protocol (MCP) Server feature by adding comprehensive documentation and integration tools to help users get started with AI-powered AKS operations.
Background
The AKS-MCP Server has already been implemented and is available in public preview at Azure/aks-mcp, providing a secure bridge between AI assistants (GitHub Copilot, Claude, Cursor) and AKS clusters. However, the feature lacked visibility and easy-to-follow setup guidance within the main AKS repository.
Changes Made
Enhanced Main README
Comprehensive Integration Guide
Created
examples/aks-mcp-integration/README.mdwith:User-Friendly Setup Tools
sample-mcp-config.json: Template MCP configuration file with common settingssetup.sh: Automated installation script that detects platform, downloads binaries, and creates configurationaks_mcp_issue.md: Dedicated GitHub issue template for AKS-MCP related support requestsKey Features Documented
The AKS-MCP Server enables:
Example Usage
Users can now ask AI assistants contextual questions like:
The MCP server provides real-time cluster data, enabling AI assistants to give accurate, context-aware responses and recommendations.
Impact
This documentation makes the existing AKS-MCP Server feature more discoverable and accessible, helping users leverage AI-powered cluster operations without needing to find the separate repository or figure out configuration details independently.
Fixes #5233.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.