Skip to main content
Glama
keyboard-key.tsx361 B
import { ReactNode } from "react"; interface KeyboardKeyProps { children: ReactNode; } const KeyboardKey = ({ children }: KeyboardKeyProps) => { return ( <kbd className="h-6 min-w-6 px-1 bg-slate-200 dark:bg-slate-800 rounded-sm flex items-center justify-center text-center font-mono"> {children} </kbd> ); }; export default KeyboardKey;

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/mobile-dev-inc/Maestro'

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