Skip to main content
Glama
index.css845 B
@tailwind base; @tailwind components; @tailwind utilities; body { @apply bg-gray-50 text-gray-900; } .progress-bar { @apply h-2 rounded-full bg-gray-200; } .progress-bar-fill { @apply h-full rounded-full bg-blue-500 transition-all duration-300; } .status-badge { @apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium; } .status-draft { @apply bg-gray-100 text-gray-800; } .status-pending { @apply bg-yellow-100 text-yellow-800; } .status-approved { @apply bg-green-100 text-green-800; } .status-rejected { @apply bg-red-100 text-red-800; } .status-implementing { @apply bg-blue-100 text-blue-800; } .status-completed { @apply bg-purple-100 text-purple-800; } .task-pending { @apply text-gray-400; } .task-in-progress { @apply text-blue-500; } .task-done { @apply text-green-500; }

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/Lumiaqian/openspec-mcp'

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