Skip to main content
Glama
.env.example1.07 kB
# Database Configuration DATABASE_URL=postgresql://user:password@localhost/mcp_db # For SQLite: sqlite:///./app.db # Redis Configuration REDIS_URL=redis://localhost:6379 # Security & Encryption ENCRYPTION_KEY=your-32-byte-encryption-key-here # Generate with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())" # JWT Configuration JWT_SECRET_KEY=your-jwt-secret-key-here JWT_ALGORITHM=HS256 JWT_EXPIRE_MINUTES=30 # API Configuration API_HOST=0.0.0.0 API_PORT=8000 API_DEBUG=false # CORS Configuration ALLOWED_ORIGINS=["http://localhost:3000", "https://yourdomain.com"] # Service API Keys (optional - for specific service integrations) GITHUB_TOKEN=your_github_personal_access_token VERCEL_TOKEN=your_vercel_token LINEAR_API_KEY=your_linear_api_key NOTION_TOKEN=your_notion_token SLACK_BOT_TOKEN=your_slack_bot_token DISCORD_BOT_TOKEN=your_discord_bot_token GOOGLE_SERVICE_ACCOUNT_JSON=your_google_service_account_json # Logging LOG_LEVEL=INFO LOG_FORMAT=json # Rate Limiting RATE_LIMIT_REQUESTS=100 RATE_LIMIT_WINDOW=60

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/Pritrj/mcp-server'

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