Skip to main content
Glama

K8s MCP

by rahul007-bit
ChatWindow.css1.23 kB
.chat-window { display: flex; flex-direction: column; height: 600px; background: white; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); overflow: hidden; } .chat-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: #999; padding: 40px; text-align: center; } .chat-empty h2 { margin-bottom: 10px; color: #333; } .example-prompts { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; } .prompt-label { color: #666; font-size: 14px; margin-bottom: 5px; } .example-btn { padding: 8px 16px; background: #667eea; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; transition: background 0.2s; } .example-btn:hover { background: #5568d3; } .messages-list { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 10px; } .messages-list::-webkit-scrollbar { width: 8px; } .messages-list::-webkit-scrollbar-track { background: #f1f1f1; } .messages-list::-webkit-scrollbar-thumb { background: #888; border-radius: 4px; } .messages-list::-webkit-scrollbar-thumb:hover { background: #555; }

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