mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
6cb56266f31f2428bce6580326c613a45df93b2b
Kubernetes MCP Server
✨ Features | 🚀 Getting Started
✨ Features
A powerful and flexible Kubernetes MCP server implementation with support for OpenShift.
- ✅ Configuration: View and manage the Kubernetes
.kube/config.- View
- ✅ Generic Kubernetes Resources: Perform operations on any Kubernetes resource.
- Any CRUD operation (Create or Update, Get, List, Delete)
- ✅ Pods: Perform Pod-specific operations.
- List in all namespaces or in a specific namespace
- Get
- Delete
- Show logs
- Run
🚀 Getting Started
Claude Desktop
Using npx
If you have npm installed, this is the fastest way to get started with kubernetes-mcp-server.
Open your claude_desktop_config.json and add the mcp server to the list of mcpServers:
{
"mcpServers": {
"kubernetes-mcp": {
"command": "npx",
"args": ["-y", "kubernetes-mcp-server@latest"]
}
}
Description
Languages
Go
91.6%
Makefile
7.2%
Python
0.7%
JavaScript
0.3%
Shell
0.1%