mcp-server-kubernetes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Kubernetes PodsList of pods in the default namespace
Kubernetes DeploymentsList of deployments in the default namespace
Kubernetes ServicesList of services in the default namespace
Kubernetes NamespacesList of all namespaces

Tools

Functions exposed to the LLM to take actions

NameDescription
list_podsList pods in a namespace
list_deploymentsList deployments in a namespace
list_servicesList services in a namespace
list_namespacesList all namespaces
create_podCreate a new Kubernetes pod
create_deploymentCreate a new Kubernetes deployment
delete_podDelete a Kubernetes pod
cleanupCleanup all managed resources