Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
GradientCircle.tsx580 B
import { css } from "@emotion/react"; export interface GradientCircleProps { gradientStartColor: string; gradientEndColor: string; size?: number; } export function GradientCircle({ gradientStartColor, gradientEndColor, size = 32, }: GradientCircleProps) { return ( <div css={css` border-radius: 50%; width: ${size}px; height: ${size}px; background: linear-gradient( 136.27deg, ${gradientStartColor} 14.03%, ${gradientEndColor} 84.38% ); flex-shrink: 0; `} /> ); }

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