Skip to main content
Glama
main.tsx272 B
import { createRoot } from "react-dom/client"; import App from "./App"; import "./index.css"; import { setupWebSocket } from "./lib/mcp"; // Setup WebSocket connection for real-time updates setupWebSocket(); createRoot(document.getElementById("root")!).render(<App />);

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/samihalawa/2025-FINAL-mcpMaster'

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