Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
RecentBlogPosts.astro762 B
--- import { LinkCard, CardGrid } from "@astrojs/starlight/components" interface Props { count?: number } const { count } = Astro.props const { posts } = Astro.locals.starlightBlog || { posts: [] } // llms.txt const recent = posts.filter(({ draft }) => !draft).slice(0, count || 5) --- <CardGrid> { recent.map(({ title, href, createdAt, entry }) => ( <LinkCard title={title} href={href} description={`${createdAt.toLocaleDateString()}, ${entry?.data?.excerpt || entry?.data?.description || ""}`} /> )) } <LinkCard title="More posts..." href="/genaiscript/blog" description="Open the blog page to see more posts" /> </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