Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
VisuallyHidden.tsx502 B
import { ReactNode } from "react"; import { css } from "@emotion/react"; const visuallyHiddenCSS = css` border: 0; clip: rect(0 0 0 0); margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; height: 1px; `; /** * Component for only displaying content to screen readers. */ export const VisuallyHidden = ({ children }: { children: ReactNode }) => { return ( <span className="ac-visually-hidden" css={visuallyHiddenCSS}> {children} </span> ); };

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