Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ViewSummaryAside.tsx789 B
import { PropsWithChildren } from "react"; import { Flex, View, ViewProps } from "@phoenix/components"; type ViewSummaryAsideProps = PropsWithChildren<{ width?: ViewProps["width"]; }>; /** * A summary that's displayed on the right side of a view that shows a summary of the view's content. * E.x. a statistic */ export function ViewSummaryAside(props: ViewSummaryAsideProps) { const { width = "size-1250" } = props; return ( <View width={width} backgroundColor="light" borderStartWidth="thin" borderStartColor="dark" padding="size-200" flex="none" > <Flex direction="column" alignItems="end" justifyContent="center" height="100%" > {props.children} </Flex> </View> ); }

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