Skip to main content
Glama
index.tsx1.07 kB
import { GithubLogo } from '@components/GithubLogo'; import { Link } from '@components/Link/Link'; import { PopoverStatic } from '@intlayer/design-system'; import { useIntlayer } from 'next-intlayer/server'; import type { FC } from 'react'; type ApplicationTemplateMessageProps = { applicationTemplateUrl: string; }; export const ApplicationTemplateMessage: FC< ApplicationTemplateMessageProps > = ({ applicationTemplateUrl }) => { const { title, description, label } = useIntlayer( 'application-template-message' ); return ( <PopoverStatic identifier="mcp"> <Link href={applicationTemplateUrl} label={label.value} color="text" className="flex p-2" variant="hoverable" > <GithubLogo 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