Skip to main content
Glama
SearchInput.tsx385 B
import { Search } from 'lucide-react'; import { cn } from '../../utils/cn'; import { Input, type InputProps } from './Input'; export const SearchInput = ({ className, ...props }: InputProps) => ( <div className="relative flex items-center gap-1"> <Search className="absolute left-2 size-4" /> <Input {...props} type="search" className={cn('pl-8', className)} /> </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/aymericzip/intlayer'

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