Skip to main content
Glama
env.ts553 B
'use strict'; import dotenv from 'dotenv'; dotenv.config(); export const getConfig = () => { const formRecognizerEndpoint = process.env.AZURE_FORM_RECOGNIZER_ENDPOINT; const formRecognizerKey = process.env.AZURE_FORM_RECOGNIZER_KEY; if (!formRecognizerEndpoint || !formRecognizerKey) { throw new Error('Azure Form Recognizer credentials are not properly configured. Please set AZURE_FORM_RECOGNIZER_ENDPOINT and AZURE_FORM_RECOGNIZER_KEY environment variables.'); } return { formRecognizerEndpoint, formRecognizerKey, }; };

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/Cognitive-Stack/orion-vision-mcp'

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