Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
Empty.tsx669 B
import { css } from "@emotion/react"; import { Text } from "@phoenix/components"; interface EmptyProps { message?: string; } export function Empty(props: EmptyProps) { const { message } = props; return ( <div css={css` width: 100%; display: flex; justify-content: center; `} > <div css={css` margin: var(--ac-global-dimension-size-300); display: flex; flex-direction: column; align-items: center; `} > {message && ( <Text size="M" color="text-700"> {message} </Text> )} </div> </div> ); }

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