# API Keys - Optional but recommended for better results and higher rate limits
FDA_API_KEY=your_fda_api_key_here
PUBMED_API_KEY=your_pubmed_api_key_here
# Server Configuration
PORT=8000
# For deployment environments (like Railway)
NODE_ENV=development
# Database paths (relative to project root)
# These are optional and will default to SQLite files in the project root
CACHE_DB_PATH=healthcare_cache.db
USAGE_DB_PATH=healthcare_usage.db
# Stripe Integration - Only needed for paid tier implementation
# STRIPE_API_KEY=your_stripe_api_key_here
# STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret_here
# STRIPE_BASIC_MONTHLY_PRICE_ID=your_price_id_here
# STRIPE_PROFESSIONAL_MONTHLY_PRICE_ID=your_price_id_here
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/Cicatriiz/healthcare-mcp-public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server