Skip to main content
Glama

kubernetes-mcp-server

test.go365 B
package test import ( "os" "path/filepath" "runtime" ) func Must[T any](v T, err error) T { if err != nil { panic(err) } return v } func ReadFile(path ...string) string { _, file, _, _ := runtime.Caller(1) filePath := filepath.Join(append([]string{filepath.Dir(file)}, path...)...) fileBytes := Must(os.ReadFile(filePath)) return string(fileBytes) }

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