Skip to main content
Glama

OCM MCP Server

by yanmxa
387
2

connect_cluster

Generate and bind a KUBECONFIG for a managed Kubernetes cluster, associating it with a specified ClusterRole to define access permissions. Simplifies cluster management through the OCM 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.
clusterRoleNoThe ClusterRole defining permissions to access the clustercluster-admin

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cluster": { "description": "The target cluster where the ServiceAccount will be created for the KUBECONFIG.", "type": "string" }, "clusterRole": { "default": "cluster-admin", "description": "The ClusterRole defining permissions to access the cluster", "type": "string" } }, "required": [ "cluster" ], "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