Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
DirectoryLinks.astro658 B
--- import { getCollection } from "astro:content" import { CardGrid, LinkCard } from "@astrojs/starlight/components" interface Props { directory: string } const { directory } = Astro.props const pages = ( await getCollection("docs", (entry) => entry.id.startsWith(directory + "/")) ).filter(({ id }) => id !== directory) .sort((a, b) => (a.data.sidebar.order ?? 0) - (b.data.sidebar.order ?? 0)) --- <CardGrid >{ pages.map(({ data, id }) => ( <LinkCard title={data.title} href={"/genaiscript/" + id} description={data.description} /> )) }</CardGrid >

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