Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
Link.tsx556 B
import { Link as RouterLink, LinkProps } from "react-router"; import { css } from "@emotion/react"; export function Link(props: LinkProps) { return ( // Stop propagation to prevent the click from being handled by the parent <div onClick={(e) => e.stopPropagation()} css={css` display: inline-block; `} > <RouterLink css={css` color: var(--ac-global-link-color); &:not(:hover) { text-decoration: none; } `} {...props} /> </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