Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
index.tsx294 B
// src/index.tsx import React from "react" import { createRoot } from "react-dom/client" import App from "./App" const rootElement = document.getElementById("root") if (!rootElement) throw new Error("Failed to find the root element") const root = createRoot(rootElement) root.render(<App />)

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