Skip to main content
Glama
index.tsx963 B
import { Avatar, type AvatarProps, Container, DropDown, } from '@intlayer/design-system'; import type { FC, PropsWithChildren } from 'react'; type ProfileDropDownProps = PropsWithChildren<AvatarProps>; const DROPDOWN_IDENTIFIER = 'profile'; export const ProfileDropDown: FC<ProfileDropDownProps> = ({ children, ...props }) => ( <DropDown identifier={DROPDOWN_IDENTIFIER}> <DropDown.Trigger identifier={DROPDOWN_IDENTIFIER} size="icon-sm" variant="outline" color="text" roundedSize="full" className="border-none p-0!" > <Avatar {...props} /> </DropDown.Trigger> <DropDown.Panel identifier={DROPDOWN_IDENTIFIER} isFocusable isOverable align="end" > <Container className="min-w-[100px] border border-text/10 p-6" transparency="sm" roundedSize="xl" > {children} </Container> </DropDown.Panel> </DropDown> );

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/aymericzip/intlayer'

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