ismailbohra/MCP-Server-for-Kubernetes
3.1
If you are the rightful owner of MCP-Server-for-Kubernetes and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol server for Kubernetes, enabling interaction with Kubernetes clusters via MCP-compatible clients.
Tools
3
Resources
0
Prompts
0
Kubernetes MCP Server
An MCP (Model Context Protocol) server built with Node.js that allows Claude (or any MCP-compatible client) to interact with a Kubernetes cluster.
The server exposes tools to scale deployments, fetch pod logs, and list Kubernetes resources.
Features
scale-deployment→ Scale Kubernetes deployments up or downget-logs→ Retrieve logs from running podslist-resources→ List pods, services, and deployments in a namespace
Prerequisites
- Node.js v18+
- A valid Kubernetes cluster and
kubectlconfigured (~/.kube/configmust work) - Claude Desktop (or another MCP-compatible client)
Installation
git clone https://github.com/ismailbohra/MCP-Server-for-Kubernetes.git
cd MCP-Server-for-Kubernetes
npm run build
npm start