Skip to main content
Glama

Multi-Cluster MCP Server

by yanmxa

connect_cluster

Generates and binds a KUBECONFIG file to a specified ClusterRole, enabling secure access to a target Kubernetes cluster via the Multi-Cluster MCP Server.

Instructions

Generates the 'KUBECONFIG' for the managed cluster and binds it to the specified ClusterRole (default: cluster-admin).

Input Schema

NameRequiredDescriptionDefault
clusterYesThe target cluster where the ServiceAccount will be created for the KUBECONFIG.
cluster_roleNoThe ClusterRole defining permissions to access the cluster.cluster-admin

Input Schema (JSON Schema)

{ "properties": { "cluster": { "description": "The target cluster where the ServiceAccount will be created for the KUBECONFIG.", "title": "Cluster", "type": "string" }, "cluster_role": { "default": "cluster-admin", "description": "The ClusterRole defining permissions to access the cluster.", "title": "Cluster Role", "type": "string" } }, "required": [ "cluster" ], "title": "connect_clusterArguments", "type": "object" }
Install Server

Other Tools from Multi-Cluster MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yanmxa/multicluster-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server