Skip to main content
Glama

Multi-Cluster MCP Server

by yanmxa

kube_executor

Execute kubectl commands or apply YAML configurations securely across multiple Kubernetes clusters using the Multi-Cluster MCP Server for streamlined cluster management.

Instructions

Securely run a kubectl command or apply YAML. Provide either 'command' or 'yaml'.

Input Schema

NameRequiredDescriptionDefault
clusterNoThe cluster name in a multi-cluster environment. Defaults to the hub cluster.default
commandNoThe full kubectl command to execute. Must start with 'kubectl'.
yamlNoYAML configuration to apply, provided as a string.

Input Schema (JSON Schema)

{ "properties": { "cluster": { "default": "default", "description": "The cluster name in a multi-cluster environment. Defaults to the hub cluster.", "title": "Cluster", "type": "string" }, "command": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The full kubectl command to execute. Must start with 'kubectl'.", "title": "Command" }, "yaml": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "YAML configuration to apply, provided as a string.", "title": "Yaml" } }, "title": "kube_executorArguments", "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