Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
constants.ts535 B
import { LastNTimeRange, LastNTimeRangeKey } from "./types"; export const LAST_N_TIME_RANGES: LastNTimeRange[] = [ { key: "15m", label: "Last 15 Min" }, { key: "1h", label: "Last Hour" }, { key: "12h", label: "Last 12 Hours" }, { key: "1d", label: "Last Day" }, { key: "7d", label: "Last 7 Days" }, { key: "30d", label: "Last Month" }, ]; export const LAST_N_TIME_RANGES_MAP = LAST_N_TIME_RANGES.reduce( (acc, range) => ({ ...acc, [range.key]: range }), {} as Record<LastNTimeRangeKey, LastNTimeRange | undefined> );

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