MCP Directory

cyclops-ui/mcp-cyclops

GitHub
Cloud

An MCP server that allows AI agents to manage Kubernetes resources through Cyclops abstraction

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-cyclops

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from cyclops-ui/mcp-cyclops your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-cyclops": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-cyclops"
      ]
    }
  }
}

Route cyclops-ui/mcp-cyclops intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-cyclops

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use cyclops-ui/mcp-cyclops directly without routing

npx -y mcp-cyclops

New to Agent-CoreX? View setup guide →

cyclops-ui/mcp-cyclops MCP Server — Agent-CoreX