cyclops-ui/mcp-cyclops
An MCP server that allows AI agents to manage Kubernetes resources through Cyclops abstraction
Quick Start
Clone the repository:
git clone https://github.com/cyclops-ui/mcp-cyclopsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-cyclops": {
"command": "npx",
"args": [
"-y",
"cyclops-ui/mcp-cyclops"
]
}
}
}Check the repository README for specific installation and configuration instructions.