Skip to main content
Glama

kubernetes-mcp-server

common_test.go429 B
package kubernetes import ( "os" "testing" ) func TestMain(m *testing.M) { // Set up _ = os.Setenv("KUBECONFIG", "/dev/null") // Avoid interference from existing kubeconfig _ = os.Setenv("KUBERNETES_SERVICE_HOST", "") // Avoid interference from in-cluster config _ = os.Setenv("KUBERNETES_SERVICE_PORT", "") // Avoid interference from in-cluster config // Run tests code := m.Run() // Tear down os.Exit(code) }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/containers/kubernetes-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server