Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
constants.ts320 B
import { PromptModelProvider } from "../../types/prompts"; export const SUPPORTED_SDKS = ["openai", "anthropic", "ai"] as const; export const SUPPORTED_SDK_TO_PROMPT_MODEL_PROVIDER = { openai: "OPENAI", anthropic: "ANTHROPIC", } satisfies Partial< Record<(typeof SUPPORTED_SDKS)[number], PromptModelProvider> >;

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