mcp-cyclops
Cyclops MCP enables AI agents to manage Kubernetes applications by providing an abstraction of Kubernetes complexities. It reduces the chances of misconfigurations by using Cyclops Modules. The project offers tools and features to accelerate and secure application development and management.
What is Cyclops MCP?
Cyclops MCP is a server that allows AI agents to manage Kubernetes applications by providing tools to create and update applications safely using high-level resources called Cyclops Modules.
How can I install Cyclops MCP?
Cyclops MCP can be installed via the Cyclops UI, as a binary, or directly on a Kubernetes cluster.
What are Cyclops Modules?
Cyclops Modules are high-level resources used by Cyclops MCP to manage Kubernetes applications, reducing the complexity and risk of misconfigurations.
How do I expose the MCP server on localhost?
You can expose the MCP server on localhost by using the command: kubectl port-forward -n cyclops svc/cyclops-mcp 8000:8000.
Can I configure Cyclops MCP using environment variables?
Yes, Cyclops MCP can be configured using environment variables such as KUBECONFIG, CYCLOPS_KUBE_CONTEXT, and others for flexible management.