K8s Mcp Server
@chinnareddy578
关于 K8s Mcp Server
K8s MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"k8s-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:8081/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is K8s Mcp Server?
K8s Mcp Server is a Model Control Protocol (MCP) server for Kubernetes operations. It provides tools for managing deployments, pods, services, and more.
How to use K8s Mcp Server?
You can run it using Docker (docker pull chinnareddy578/k8s-mcp-server, then docker run -p 8080:8080) or directly with Python (create a virtual environment with uv venv .venv, activate it, install dependencies with uv pip install -e ., and run python src/main.py). Configure MCP clients like GitHub Copilot or Claude Desktop to point to http://localhost:8080 (or http://localhost:8081/sse for Claude Desktop) using the provided JSON configurations.
Key features of K8s Mcp Server
- Manages Kubernetes deployments, pods, and services.
- Runs via Docker or Python directly.
- Integrates with MCP clients (Copilot, Claude Desktop).
- Exposes an HTTP/S SE endpoint on port 8080.
- Uses
uvfor Python environment management. - Supports custom client configuration via JSON.
Use cases of K8s Mcp Server
- Automate Kubernetes deployments from an AI assistant.
- Manage pods and services through natural language prompts.
- Integrate Kubernetes operations into GitHub Copilot or Claude Desktop.
- Quickly inspect cluster resources without manual kubectl commands.
FAQ from K8s Mcp Server
What are the prerequisites to run K8s Mcp Server?
Docker (optional), Python 3.12 or higher, and the uv package manager are required.
How do I run K8s Mcp Server with Docker?
Pull the image with docker pull chinnareddy578/k8s-mcp-server and run the container with docker run -p 8080:8080.
How do I configure it with GitHub Copilot?
In your Copilot settings, set the MCP server URL to http://localhost:8080 and use the provided JSON configuration with mcp-remote.
What should I do if I have connection issues?
Ensure the Docker container is running and the port is correctly mapped. Check with docker ps.
What tools does K8s Mcp Server provide?
It provides tools for managing deployments, pods, services, and other Kubernetes resources.
云与基础设施 分类下的更多 MCP 服务器
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论