Skip to main content
Glama
BrowserAnimation.tsx575 B
import BrowserWindow from "./browser-ui/BrowserWindow"; import IDEWindow from "./browser-ui/IDEWindow"; import LoadingSquares from "./browser-ui/LoadingSquares"; import ValidationSummary from "./tests"; export default function BrowserAnimation({ globalIndex, }: { globalIndex: number; }) { return ( <div className="relative h-full w-full hidden md:block bg-dots bg-fixed"> <IDEWindow step={globalIndex} /> <BrowserWindow step={globalIndex} /> <LoadingSquares step={globalIndex} /> <ValidationSummary step={globalIndex} /> </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/getsentry/sentry-mcp'

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