const identifierRegex = /^[a-z0-9]([_a-z0-9-]*[a-z0-9])?$/;
export const identifierPattern = {
value: identifierRegex,
message:
"Invalid identifier. Must be alphanumeric and with dashes or underscores",
};
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