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
import "vitest-canvas-mock";
export const baseWindowConfig = {
authenticationEnabled: true,
basename: "/",
platformVersion: "1.0.0",
authErrorMessages: {},
};
Object.defineProperty(window, "Config", {
value: baseWindowConfig,
writable: true,
});