Skip to main content
Glama

MCP Agent - AI Expense Tracker

by dev-muhammad
Icon.tsx•767 B
import { type FC } from 'react' import { cn } from '@/lib/utils' import { ICONS } from './constants' import { type IconProps } from './types' const Icon: FC<IconProps> = ({ type, size = 'sm', className, color, disabled = false }) => { const IconElement = ICONS[type] return ( <IconElement className={cn( color && !disabled ? `text-${color}` : 'text-primary', disabled && 'cursor-default text-muted/50', className, size === 'xxs' && 'size-3', size === 'xs' && 'size-4', size === 'sm' && 'size-6', size === 'md' && 'size-[42px]', size === 'lg' && 'size-7', size === 'dot' && 'size-[5.07px]', size === 'default' && ' ' )} /> ) } export default Icon

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/dev-muhammad/MCPAgent'

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