7 months ago
AI-Assisted GitOps for Kubernetes clusters managed by Flux CD
Server Config
{
"mcpServers": {
"flux-operator-mcp": {
"command": "flux-operator-mcp",
"args": [
"serve",
"--read-only=false"
],
"env": {
"KUBECONFIG": "/path/to/.kube/config"
}
}
}
}