We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/preangelleo/my-credentials-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Database Configuration (PostgreSQL)
DB_HOST=localhost
DB_PORT=5432
DB_NAME=your_database_name
DB_USER=your_db_user
DB_PASSWORD=your_very_secure_password_here_123!
# Server Configuration
PORT=3001
NODE_ENV=production
# Security Configuration
ALLOWED_ORIGINS=https://your-mcp-server.workers.dev
API_KEY=your_secure_api_key_here
# GitHub OAuth Users (single authorized user only)
PRIVILEGED_USERS=your_github_username_only