Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
Head.astro879 B
--- import Default from "@astrojs/starlight/components/Head.astro" import type { ImageMetadata } from "astro" import { getImage } from "astro:assets" const url = Astro.url const canonical = Astro.site ? new URL(Astro.url.pathname, Astro.site) : undefined const llms = Astro.site ? new URL("/genaiscript/llms.txt", Astro.site) : undefined const slug = canonical?.href.replace(/\/$/, "") + ".md" const { data } = Astro.locals.starlightRoute.entry const image: ImageMetadata | undefined = ( data.hero?.image as { file?: ImageMetadata } )?.file const ogImage = image ? await getImage({ src: image, }) : undefined --- <Default> <slot /> </Default> <link href={llms} rel="llms-txt" type="text/markdown" /> <link href={slug} rel="alternate" type="text/markdown" /> {ogImage ? <meta property="og:image" content={ogImage?.src} /> : null}

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/microsoft/genaiscript'

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