K8s MCP Server
UnclaimedMCP Server that talks to the Kubernetes APIs
Install
go install github.com/briankscheong/k8s-mcp-server/cmd/k8s-mcp-server@latestUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (22)
container
Container name (string, optional, defaults to first container)
delete_pod
Delete a pod from a namespace
field_selector
Filter pods by field selector (string, optional)
get_configmap
Get information about a specific ConfigMap
get_deployment
Get information about a specific deployment
get_pod
Get detailed information about a specific pod
get_pod_logs
Get logs from a pod
get_service
Get information about a specific service
grace_period_seconds
Grace period before deletion (number, optional)
label_selector
Filter pods by label selector (string, optional)
list_configmaps
List ConfigMaps in a namespace
list_deployments
List deployments in a namespace
list_namespaces
List all namespaces in the cluster
list_nodes
List all nodes in the cluster
list_pods
List pods in a namespace
list_services
List services in a namespace
name
Pod name (string, required)
namespace
Pod namespace (string, optional, defaults to current namespace)
previous
Get logs from previous container instance (boolean, optional)
replicas
Number of replicas (number, required)
scale_deployment
Scale a deployment to a specific number of replicas
tail_lines
Number of lines to retrieve from the end (number, optional)