Skip to main content
Glama
kbd.tsx723 B
import type * as React from "react"; import { cn } from "@/lib/utils"; function Kbd({ className, ...props }: React.ComponentProps<"kbd">) { return ( <kbd className={cn( "pointer-events-none inline-flex h-5 min-w-5 select-none items-center justify-center gap-1 rounded bg-muted px-1 font-medium font-sans text-muted-foreground text-xs [&_svg:not([class*='size-'])]:size-3", className, )} data-slot="kbd" {...props} /> ); } function KbdGroup({ className, ...props }: React.ComponentProps<"kbd">) { return ( <kbd className={cn("inline-flex items-center gap-1", className)} data-slot="kbd-group" {...props} /> ); } export { Kbd, KbdGroup };

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