Skip to main content
Glama
App.css699 B
.app-container { height: 100vh; width: 100%; overflow: hidden; } .app-loading { display: flex; align-items: center; justify-content: center; height: 100vh; background: #f5f5f5; } .loading-spinner { text-align: center; background: white; padding: 32px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .spinner { width: 40px; height: 40px; border: 4px solid #f3f3f3; border-top: 4px solid #2196f3; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 16px; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loading-spinner p { margin: 0; color: #666; font-size: 14px; }

Latest Blog Posts

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/walkingzzzy/office-mcp'

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