We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightfastai/lightfast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
toc-header.tsx•486 B
import { Callout } from "fumadocs-ui/components/callout";
import Link from "next/link";
export function TOCHeader() {
return (
<Callout type="info" className="mb-4">
Join us on{" "}
<Link
href="https://discord.gg/YqPDfcar2C"
className="underline items-center gap-1 inline-flex text-blue-400"
target="_blank"
rel="noopener noreferrer"
>
Discord
</Link>{" "}
to chat with us and get help.
</Callout>
);
}