We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/controlplaneio-fluxcd/flux-operator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
apiVersion: v1
kind: Namespace
metadata:
name: flux-system
---
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: custom
namespace: flux-system
spec:
description: custom
displayName: custom
image: ghcr.io/controlplaneio-fluxcd/openshift-flux-operator-index:v${FLUX_OPERATOR_VERSION}
publisher: custom
sourceType: grpc
updateStrategy:
registryPoll:
interval: 30m
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: flux-subscription
namespace: flux-system
spec:
channel: stable
name: flux-operator
source: custom
sourceNamespace: flux-system
startingCSV: flux-operator.v${FLUX_OPERATOR_VERSION}
---
apiVersion: operators.coreos.com/v1alpha2
kind: OperatorGroup
metadata:
name: flux-system-group
namespace: flux-system