Skip to main content
Glama
index.tsx971 B
import { Link } from '@components/Link/Link'; import { PopoverStatic, YoutubeLogo } from '@intlayer/design-system'; import { useIntlayer } from 'next-intlayer/server'; import type { FC } from 'react'; type YoutubeVideoMessageProps = { youtubeVideoUrl: string; }; export const YoutubeVideoMessage: FC<YoutubeVideoMessageProps> = ({ youtubeVideoUrl, }) => { const { title, description, label } = useIntlayer('youtube-video-message'); return ( <PopoverStatic identifier="mcp"> <Link href={youtubeVideoUrl} label={label.value} color="text" className="flex p-2" variant="hoverable" > <YoutubeLogo className="size-4" /> </Link> <PopoverStatic.Detail identifier="mcp" className="flex min-w-64 flex-col gap-3 p-3 text-sm" > <strong>{title}</strong> <p className="text-neutral">{description}</p> </PopoverStatic.Detail> </PopoverStatic> ); };

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