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
0
View on GitHub

Installation

npx -y reza-gholizade/k8s-mcp-server

Configuration

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.

GitHub: https://github.com/reza-gholizade/k8s-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub