flux-operator
The Flux Operator automates the management of Flux CD on Kubernetes, simplifying deployment and configuration.
The Flux Operator is a Kubernetes CRD controller that manages the lifecycle of CNCF Flux CD and the ControlPlane enterprise distribution. It extends Flux with self-service capabilities, deployment windows, and preview environments for testing pull requests across platforms like GitHub, GitLab, Gitea, and Azure DevOps. This operator alleviates the operational burden of managing Flux across multiple clusters by fully automating the installation, configuration, and upgrade processes based on a declarative API. With advanced configuration options, the Flux Operator simplifies the management of multi-tenancy lockdown, sharding, and scaling, enabling users to efficiently handle complex deployments. By providing an alternative to the traditional Flux Bootstrap procedure, it enhances the user experience and operational efficiency for teams utilizing GitOps practices.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"flux-operator": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flux-operator"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions