mcp-server-kubernetes
by Flux159
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Kubernetes Pods | List of pods in the default namespace |
Kubernetes Deployments | List of deployments in the default namespace |
Kubernetes Services | List of services in the default namespace |
Kubernetes Namespaces | List of all namespaces |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_pods | List pods in a namespace |
list_deployments | List deployments in a namespace |
list_services | List services in a namespace |
list_namespaces | List all namespaces |
create_pod | Create a new Kubernetes pod |
create_deployment | Create a new Kubernetes deployment |
delete_pod | Delete a Kubernetes pod |
cleanup | Cleanup all managed resources |