Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
config.ts525 B
/** * Simple hardcoded configuration for /oidc base path */ export interface AppConfig { basePath: string; apiBase: string; } /** * Hardcoded configuration - /oidc handled by Traefik, internal routes have no prefix */ export const config: AppConfig = { basePath: "/oidc", // For browser URLs apiBase: "/oidc/api", // For browser API calls }; /** * Helper for debugging */ export const debugConfig = () => { console.log("🔧 Config:", { basePath: config.basePath, apiBase: config.apiBase, }); };

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