Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
AudioPlayer.astro664 B
--- import * as path from "path" interface Props { src: string aiDisclaimer?: boolean } const { src, aiDisclaimer } = Astro.props const mime = `audio/` + path.extname(src).slice(1) const title = aiDisclaimer ? `Generated by 🤖 AI with random voice personality. Content interpretation may vary.` : undefined --- <div> <audio title={title} controls loop={false} preload="metadata"> <source src={src} type={mime} /> Your browser does not support the audio element. </audio> <div style={{ fontSize: "90%", marginTop: 0, fontFamily: "monospace" }}> {aiDisclaimer ? `Generated by 🤖 AI` : null} </div> </div>

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