Skip to main content
Glama
main.tsx477 B
import ReactDOM from "react-dom/client"; import App from "@/App"; import "@/index.css"; import { loadRuntimeConfig } from "@/config/runtime-config"; // Load runtime config and initialize app async function initializeApp() { await loadRuntimeConfig(); const rootElement = document.getElementById("root"); if (!rootElement) { throw new Error("Root element not found"); } const root = ReactDOM.createRoot(rootElement); root.render(<App />); } initializeApp();

Latest Blog Posts

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/TheLunarCompany/lunar'

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