Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ExternalLink.tsx792 B
import { ReactNode } from "react"; import { css } from "@emotion/react"; import { Icon, Icons } from "@phoenix/components"; export type ExternalLinkProps = { href: string; children: ReactNode; }; export function ExternalLink({ href, children }: ExternalLinkProps) { return ( <a href={href} target="_blank" css={css` color: var(--ac-global-link-color); text-decoration: none; display: inline-flex; align-items: center; &:hover { text-decoration: underline; } .ac-icon-wrap { display: inline-block; margin-left: 0.1em; font-size: 1em; } `} rel="noreferrer" > {children} <Icon svg={<Icons.ExternalLinkOutline />} /> </a> ); }

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