We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bischoff99/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# API Keys
EASYPOST_API_KEY=your_easypost_api_key_here
VEEQO_API_KEY=your_veeqo_api_key_here
# Security
JWT_SECRET=your_jwt_secret_here_change_in_production
BCRYPT_SALT_ROUNDS=12
# Server Configuration
PORT=3000
NODE_ENV=development
# Logging
LOG_LEVEL=info
# Database (if needed in future)
# DATABASE_URL=your_database_url_here
# Redis (if needed in future)
# REDIS_URL=your_redis_url_here
# Email (if needed in future)
# SMTP_HOST=your_smtp_host
# SMTP_PORT=587
# SMTP_USER=your_smtp_user
# SMTP_PASS=your_smtp_password