Skip to main content
Cloud PlatformsGo

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.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

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

Claude 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.

Details

Category
Cloud Platforms
Language
Go
Author
reza-gholizade