Skip to main content
Glama

K8s MCP

by rahul007-bit
LoadingSpinner.css421 B
.loading-spinner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px; color: #667eea; } .spinner { border: 3px solid #f3f3f3; border-top: 3px solid #667eea; border-radius: 50%; width: 30px; height: 30px; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

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/rahul007-bit/k8s-mcp'

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