Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ContentSkeleton.tsx620 B
import { Flex } from "@phoenix/components"; import { StylableProps } from "../types/style"; import { Skeleton } from "./Skeleton"; interface ContentSkeletonProps extends StylableProps {} /** * A skeleton component for the content of a card or other container. */ export const ContentSkeleton = (props: ContentSkeletonProps) => { return ( <Flex direction="column" gap="size-100" width="100%" {...props}> <Skeleton height={100} borderRadius={8} animation="wave" /> <Skeleton height={24} width="80%" animation="wave" /> <Skeleton height={16} width="60%" animation="wave" /> </Flex> ); };

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/Arize-ai/phoenix'

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