Multi-Cluster MCP Server

The gateway for GenAI systems to interact with multiple Kubernetes clusters through the MCP

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install yanmxa/multicluster-mcp-server -c claude

This command will automatically install and configure the Multi-Cluster MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Multi-Cluster MCP Server": {
      "command": "npx",
      "args": [
        "-y",
        "multicluster-mcp-server@latest"
      ]
    }
  }
}

📌 How to Use

Configure the server using the following snippet:

{
  "mcpServers": {
    "multicluster-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "multicluster-mcp-server@latest"
      ]
    }
  }
}
Share:
Details:
  • Stars


    2
  • Forks


    4
  • Last commit


    8 days ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Multi-Cluster MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Multi-Cluster MCP Server: MCP Server – MCP.Bar