cloud platforms
K8s Mcp Server
A Kubernetes Model Context Protocol (MCP) server that provides tools for interacting with Kubernetes clusters through a standardized interface, including API resource discovery, resource management, pod logs, metrics, and events.
cloud
local
rust
cloud platforms
Installation
npx -y reza-gholizade/k8s-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "k8s-mcp-server",
"command": "npx",
"args": [
"-y",
"reza-gholizade/k8s-mcp-server"
]
}About This MCP Server
reza-gholizade/k8s-mcp-server
A Kubernetes Model Context Protocol (MCP) server that provides tools for interacting with Kubernetes clusters through a standardized interface, including API resource discovery, resource management, pod logs, metrics, and events.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub