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: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
annotations:
fluxcd.controlplane.io/id: "340788154"
labels:
resourceset.fluxcd.controlplane.io/name: apps
resourceset.fluxcd.controlplane.io/namespace: test
name: app1
namespace: team1-staging
spec:
interval: 10m
ref:
tag: v1.0.1
url: oci://registry.example.com/app1
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
annotations:
fluxcd.controlplane.io/id: "340788154"
labels:
resourceset.fluxcd.controlplane.io/name: apps
resourceset.fluxcd.controlplane.io/namespace: test
name: app1
namespace: team1-staging
spec:
interval: 1h
path: ./
prune: true
sourceRef:
kind: OCIRepository
name: app1
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
annotations:
fluxcd.controlplane.io/id: "340788154"
labels:
resourceset.fluxcd.controlplane.io/name: apps
resourceset.fluxcd.controlplane.io/namespace: test
name: app1
namespace: team1-production
spec:
interval: 10m
ref:
tag: v1.0.0
url: oci://registry.example.com/app1
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
annotations:
fluxcd.controlplane.io/id: "340788154"
labels:
resourceset.fluxcd.controlplane.io/name: apps
resourceset.fluxcd.controlplane.io/namespace: test
name: app1
namespace: team1-production
spec:
interval: 1h
path: ./
prune: true
sourceRef:
kind: OCIRepository
name: app1