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.
Quick Start
Clone the repository:
git clone https://github.com/reza-gholizade/k8s-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"reza-gholizade-k8s-mcp-server": {
"command": "npx",
"args": [
"-y",
"reza-gholizade/k8s-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.