Model Context Protocol
The Model Context Protocol, or MCP, is a standard that allows Large Language Models (LLMs) to securely access external systems, tools, and data sources. By connecting through MCP, an LLM can retrieve real-time information and take structured actions, extending its usefulness beyond static chat interactions. In practice, this means that an LLM can integrate live data from trusted systems into its reasoning process, enabling more informed and actionable responses.Kubex MCP
Kubex MCP extends this capability to your cloud and container environments. It gives LLMs access to detailed operational information about containers, nodes, and cloud instances, including Kubex optimization recommendations. You can use a chat-based LLM interface to review key optimization insights, identify risks, and plan remediation steps interactively. You can also use an LLM-based coding tool to apply Kubex recommendations directly to your infrastructure-as-code definitions.Getting Started
LLM Clients
To get started with Kubex MCP, you must use an LLM client that supports the Model Context Protocol. You can choose an existing LLM client application or build your own. Kubex MCP should work with any LLM client that supports MCP. Common chat interfaces that support MCP include Anthropic Claude and ChatGPT when Developer Mode is enabled. Coding-oriented clients such as Cursor, Claude Code, and Gemini CLI also provide MCP support. Alternatively, you can develop your own LLM-based agent using MCP. This approach requires significant development expertise and should only be attempted if you are comfortable building and maintaining your own software. Frameworks such as Microsoft Copilot Studio and Pydantic AI provide a useful starting point for developers who want to build their own MCP-enabled systems.Configuring Your Client
Each company has a unique Kubex MCP server endpoint. The MCP server URL follows a consistent pattern based on your company’s Kubex dashboard address. For example, if your Kubex dashboard is located at https://corp.kubex.ai, your MCP server will be available at https://corp-mcp.kubex.ai. When using a chat interface, you must add your MCP server to your workspace, which is sometimes referred to as adding a “connector.” This step typically requires administrative privileges, so only a workspace owner or administrator can perform the initial setup. Once the MCP server has been added, authorized users within your organization can connect to it using their Kubex credentials.Example (Anthropic Claude)
A user with “Owner” or “Primary Owner” privileges must do the initial setup by going to “Admin settings”:




