Skip to main content
Glama
index.tsx1.12 kB
import { Link } from '@components/Link/Link'; import { PopoverStatic } from '@intlayer/design-system'; import { useIntlayer } from 'next-intlayer/server'; import type { FC } from 'react'; import { PagesRoutes } from '@/Routes'; import { McpLogo } from './McpLogo'; export const MCPMessage: FC = () => { const { title, description, link } = useIntlayer('mcp-message'); return ( <PopoverStatic identifier="mcp"> <Link href={PagesRoutes.Doc_MCP} label={link.label.value} color="text" className="flex p-2" variant="hoverable" > <McpLogo 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> <Link href={PagesRoutes.Doc_MCP} label={link.label.value} color="text" className="flex flex-row items-center gap-2 p-3" > {link.test} </Link> </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