Skip to main content
Glama
icons.tsx537 B
import { Info } from 'lucide-react'; import Image from 'next/image'; type AppIcon = { alt?: string; className?: string; height?: number; size?: number; src?: string; width?: number; }; export const KernelIcon = ({ alt = 'Kernel Icon', className, width = 32, height = 32, size = 32, }: AppIcon) => { return ( <Image alt={alt} className={className} height={size ?? height} priority={true} src="/icon.png" width={size ?? width} /> ); }; export const InfoIcon = Info;

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/onkernel/kernel-mcp-server'

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