Skip to main content
Glama
by Jpisnice
component.ts648 B
// Schema definitions for shadcn/ui components export interface ComponentExample { title: string; code: string; url?: string; } export interface ComponentProp { name: string; type: string; description: string; required?: boolean; default?: string; } export interface ComponentInfo { name: string; description: string; url?: string; props?: ComponentProp[]; examples?: ComponentExample[]; source?: string; installation?: string; } export interface Theme { name: string; description: string; url?: string; } export interface Block { name: string; description: string; url?: string; preview?: string; }

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/Jpisnice/shadcn-ui-mcp-server'

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