Skip to main content
Glama
spinner.tsx344 B
import { cn } from "@/lib/utils"; import { Loader2Icon } from "lucide-react"; function Spinner({ className, ...props }: React.ComponentProps<typeof Loader2Icon>) { return ( <Loader2Icon aria-label="Loading" className={cn("animate-spin", className)} role="status" {...props} /> ); } export { Spinner };

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/bytebase/dbhub'

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