Skip to main content
Glama
LogSourceBadge.tsx373 B
import { FileCode } from 'lucide-react' export function LogSourceBadge({ source }: { source: string }) { return ( <div className='flex items-center space-x-[4px] w-fit'> <FileCode className='size-3 text-muted-foreground' /> <span className='text-[10px] text-muted-foreground font-mono block leading-none'> {source} </span> </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/itcook/graphiti-mcp-pro'

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