Skip to main content
Glama
config.js512 B
import { TASK_QUEUE_NAME, DEAD_LETTER_QUEUE_NAME } from '../utils/constants.js'; export const config = { NODE_ENV: 'test', LOG_LEVEL: 'silent', PORT: 8082, HTTP_STREAM_ENDPOINT: '/test-stream', AUTH_TOKEN: 'test-auth-token', REDIS_HOST: 'localhost', REDIS_PORT: 6379, REDIS_PASSWORD: void 0, HEALTH_CHECK_PATH: '/healthz', WEBHOOK_SECRET_ENV_VAR: 'test-webhook-secret', WEBHOOK_SECRET: 'test-secret', TASK_QUEUE_NAME: TASK_QUEUE_NAME, DEAD_LETTER_QUEUE_NAME: DEAD_LETTER_QUEUE_NAME, };

Latest Blog Posts

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/DeamonDev888/Browser-Manager-MCP-Server'

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