K8s Mcp Server
@chinnareddy578
About K8s Mcp Server
K8s MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"k8s-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:8081/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Comments