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
General
Each company has a unique Kubex MCP server endpoint. The MCP server URL follows a consistent pattern based on your company dashboard address.- If your Kubex dashboard is https://corp.kubex.ai, your MCP server URL is https://corp-mcp.kubex.ai.
- If your organization uses a densify.com host such as https://corp.densify.com/kubex, use the corresponding MCP URL: https://corp-mcp.densify.com.
Claude
Claude for Web (Claude.ai):
Navigate to the connectors page and connect Kubex.Claude Desktop:
From Claude Settings, go to Connectors and add the Kubex connector.Claude Code:
Run the following command:/mcp after you open a Claude Code session to sign in with your Kubex account and connect it to Claude Code.
Codex
The setup steps for the MCP server apply to both the IDE extension and the CLI because the configuration is shared. Run the following command in your terminal:Cursor
- Press
Ctrl/Cmd + ,to open settings. - Go to the Tools & MCPs tab.
- Click Add Custom MCP Server.
- Add the following configuration (replace the URL with your Kubex MCP URL):
Visual Studio Code
- Press
Shift + Ctrl/Cmd + Pand search for MCP: Add Server. - Select HTTP.
- Enter your Kubex MCP URL and use
kubexas the server name. - Authorize access to your Kubex instance when prompted.
- Activate the server through MCP: List Servers, select
kubex, then select Start Server.
Devin Desktop (formerly Windsurf)
- Press
Ctrl/Cmd + ,to open settings. - Scroll to Devin Local -> MCP servers.
- Select Open Devin MCP marketplace -> Add custom MCP.
- Add the following configuration (replace the URL with your Kubex MCP URL):
Zed
- Press
Ctrl/Cmd + ,to open Zed settings. - Add the following configuration (replace the URL with your Kubex MCP URL):
Others
Many other tools now support MCP servers. You can configure Kubex MCP with the following settings (replace the URL with your Kubex MCP URL):- Command:
npx - Arguments:
-y mcp-remote https://corp-mcp.kubex.ai/ - Environment:
None

