Skip to main content
Glama
SpotlightHero.tsx622 B
"use client"; import { Spotlight } from './Spotlight'; import type { ReactElement } from 'react'; interface SpotlightHeroProps { onResultClick?: () => void; } export function SpotlightHero({ onResultClick }: SpotlightHeroProps): ReactElement { return ( <div className="spotlight-hero"> <div className="spotlight-hero-content"> <div className="spotlight-hero-window-body"> <h1 className="spotlight-hero-title">TRY</h1> <p className="spotlight-hero-subtitle">Try something new</p> <Spotlight onResultClick={onResultClick} /> </div> </div> </div> ); }

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/thomasdavis/blah'

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