Back to Home
franciscocunha55 icon

kubernetes-mcp-server

by franciscocunha55

Overview

This server exposes a set of Kubernetes cluster management tools (e.g., listing namespaces) and a basic 'hello world' utility via the Mark3Labs Protocol (MCP) over standard I/O or HTTP.

Installation

Run Command
go run main.go http

Security Notes

The server, when run in HTTP mode, exposes Kubernetes API functionality (e.g., listing namespaces) over an unauthenticated endpoint at `http://localhost:8080/mcp`. This allows any entity with network access to the server to perform Kubernetes operations with the permissions granted by the `~/.kube/config` file used by the server. This is a critical security vulnerability for a network-facing service and makes it unsafe to expose to untrusted networks or users without additional, external authentication/authorization layers.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-10

Tags

KubernetesMCPGoCluster ManagementDeveloper Tool