feat: add Flux Operator MCP server to official GitOps catalog#28
Open
DevOpsAIguru123 wants to merge 1 commit into
Open
feat: add Flux Operator MCP server to official GitOps catalog#28DevOpsAIguru123 wants to merge 1 commit into
DevOpsAIguru123 wants to merge 1 commit into
Conversation
…talog Add the official Flux Operator MCP server from CNCF Flux core maintainers (ControlPlane) to the official-gitops-mcp-servers category. This fills the FluxCD gap alongside the existing Argo CD entry. Flux Operator MCP is a production-adjacent, Go single-binary MCP server supporting: - Kustomization and HelmRelease management - GitOps pipeline debugging and root cause analysis - Multi-cluster comparison and drift detection - Read-only mode (--read-only=true) for safe observation sessions - Kubernetes impersonation for least-privilege access Sources verified: - GitHub: controlplaneio-fluxcd/flux-operator (678 stars, active) - Official blog: fluxcd.io/blog/2025/05/ai-assisted-gitops - Docs: fluxcd.control-plane.io/mcp/ Changes: - data/repos.yaml: new catalog entry for flux-operator MCP (62 total) - README.md: added to CI/CD and GitOps table; updated entry count - tests/test_repos_yaml.py: bump expected entry count from 61 to 62
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds the official Flux Operator MCP server from CNCF Flux core maintainers (ControlPlane) to the
official-gitops-mcp-serverscatalog category.What gap this fills
The GitOps category previously had only Argo CD (
argoproj-labs/mcp-for-argocd). Flux CD is the other major CNCF-graduated GitOps toolkit and its MCP server is production-grade but was missing from the catalog.About the entry
brew install controlplaneio-fluxcd/tap/flux-operator-mcpCapabilities
Safety scoring
Safety features: read-only mode (
--read-only=true), kubeconfig scoping, Kubernetes impersonation for least-privilege access, and secret masking.Sources verified
Changes
data/repos.yaml: new entry (62 total entries)README.md: added to CI/CD and GitOps table; updated count linetests/test_repos_yaml.py: bump expected count from 61 → 62Validation