Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
LoadingMask.tsx490 B
import { css } from "@emotion/react"; import { ProgressCircle } from "@phoenix/components"; export const LoadingMask = () => { return ( <div css={css` position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.2); `} > <ProgressCircle isIndeterminate aria-label="loading" /> </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