All MCP servers

Kubernetes Mcp Server

Official
by Api.AirforcestdioCloud & Infrastructure01,673Apache-2.0

A Model Context Protocol (MCP) server for Kubernetes and OpenShift

mcpopen-sourcecloud-infrastructure

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "kubernetes-mcp-server-impb767e": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}