Back to MCP Servers

K8s Eye

MCP Server for kubernetes management, and analyze your cluster, application health

cloud-platformskubernetes

Installation

npx -y mcp-k8s-eye

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub