Skip to main content
Glama
jhmorimoto

Kubernetes Read-Only MCP

by jhmorimoto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_clustersA

List contexts and kubeconfig files skipped due to duplicate contexts.

list_api_resourcesC

Discover Kubernetes API resources, including CRDs, that can be queried.

list_crdsB

List all installed CustomResourceDefinitions and their served versions.

list_resourcesB

List any Kubernetes resource kind using apiVersion/kind discovery.

get_resourceB

Get any Kubernetes resource object by apiVersion, kind and name.

get_cluster_healthB

Get Kubernetes version and a summary of node readiness for one context.

list_nodesB

List nodes with readiness, roles, version and pressure conditions.

list_namespacesB

List namespaces and their phases.

list_podsB

List Pods, optionally restricting results to Pods with failure signals.

describe_podA

Return detailed status, container state and conditions for a Pod.

get_pod_logsA

Read a bounded tail of container logs. Logs may contain sensitive application data.

list_deploymentsB

List Deployments and replica readiness.

list_statefulsetsA

List StatefulSets and replica readiness.

list_eventsB

List recent warning and normal Kubernetes events, newest first.

list_storageB

List PersistentVolumeClaims, PersistentVolumes and StorageClasses.

list_rbacB

List Roles, RoleBindings, ClusterRoles and ClusterRoleBindings as metadata.

get_configmapA

Read a ConfigMap including its data. Review returned data for sensitive values.

list_secretsA

List Secret metadata only; secret values are never returned.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jhmorimoto/kubernetes-readonly-mcp'

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