We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rohitg00/kubectl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export const KIND_COLORS: Record<string, string> = {
Pod: '#326CE5',
Deployment: '#f97316',
ReplicaSet: '#eab308',
StatefulSet: '#a855f7',
DaemonSet: '#06b6d4',
Service: '#58a6ff',
Ingress: '#8b5cf6',
ConfigMap: '#92400e',
Secret: '#991b1b',
PersistentVolumeClaim: '#6b7280',
Node: '#374151',
Namespace: '#1f6feb',
HPA: '#14b8a6',
NetworkPolicy: '#ef4444',
Job: '#22c55e',
CronJob: '#d946ef',
};