Back to MCP Servers
Cyclops
An MCP server that allows AI agents to manage Kubernetes resources through Cyclops abstraction
cloud-platformskubernetesaiagent
By cyclops-ui
Installation
npx -y mcp-cyclopsConfiguration
{
"mcpServers": {
"mcp-cyclops": {
"command": "npx",
"args": ["-y", "mcp-cyclops"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes