Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ExperimentsChart.tsx345 B
import { Suspense } from "react"; import { Loading } from "@phoenix/components"; import { ExperimentsLineChart } from "./ExperimentsLineChart"; export function ExperimentsChart({ datasetId }: { datasetId: string }) { return ( <Suspense fallback={<Loading />}> <ExperimentsLineChart datasetId={datasetId} /> </Suspense> ); }

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