Skip to main content
Glama
configration.tsโ€ข412 B
import * as Joi from "joi"; import appConfig from "./app.config"; export default { load: [ appConfig, ], envFilePath: '.env', validationOptions: { abortEarly: true, }, validationSchema: Joi.object({ BASE_URL: Joi.string().uri().required(), AUSER_NAME: Joi.string().required(), ADO_PAT: Joi.string().required(), APP_PORT: Joi.number().default(8080), }), cache: false, };

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/saktheeswar/Azure_Devops_MCP_Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server