Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
SettingsPromptsPage.tsx604 B
import { graphql, useLazyLoadQuery } from "react-relay"; import { SettingsPromptsPageQuery } from "@phoenix/pages/settings/prompts/__generated__/SettingsPromptsPageQuery.graphql"; import { PromptLabelsSettingsCard } from "./PromptLabelsSettingsCard"; export function SettingsPromptsPage() { const query = useLazyLoadQuery<SettingsPromptsPageQuery>( graphql` query SettingsPromptsPageQuery { ...PromptLabelsSettingsCardFragment } `, {}, { fetchPolicy: "network-only" } ); return ( <main> <PromptLabelsSettingsCard query={query} /> </main> ); }

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