Skip to main content
Glama

OCM MCP Server

by yanmxa
387
2

kubectl

Execute Kubernetes commands or apply YAML configurations securely using kubectl. Manage and interact with multiple clusters through the OCM MCP Server, enabling cluster observability and resource operations.

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
commandYesThe full kubectl command to execute. Must start with 'kubectl'.
yamlYesYAML configuration to apply, provided as a string.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cluster": { "default": "default", "description": "The cluster name in a multi-cluster environment. Defaults to the hub cluster.", "type": "string" }, "command": { "description": "The full kubectl command to execute. Must start with 'kubectl'.", "type": "string" }, "yaml": { "description": "YAML configuration to apply, provided as a string.", "type": "string" } }, "required": [ "command", "yaml" ], "type": "object" }
Install Server

Other Tools from OCM 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/ocm-mcp-server'

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