We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/domain-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ═══════════════════════════════════════════════════════════════════════════
# Domain Cache Backend - Environment Configuration
# ═══════════════════════════════════════════════════════════════════════════
# Copy this file to .env and configure for your environment.
# ═══════════════════════════════════════════════════════════════════════════
# ─────────────────────────────────────────────────────────────────────────────
# SERVER
# ─────────────────────────────────────────────────────────────────────────────
PORT=3000
HOST=0.0.0.0
NODE_ENV=production
# ─────────────────────────────────────────────────────────────────────────────
# DATABASE (PostgreSQL)
# ─────────────────────────────────────────────────────────────────────────────
DATABASE_URL=postgresql://domain_cache:your_password_here@localhost:5432/domain_cache
# ─────────────────────────────────────────────────────────────────────────────
# CACHE (Redis)
# ─────────────────────────────────────────────────────────────────────────────
REDIS_URL=redis://localhost:6379
# ─────────────────────────────────────────────────────────────────────────────
# AUTHENTICATION (Optional)
# ─────────────────────────────────────────────────────────────────────────────
# If set, all API requests must include: Authorization: Bearer <token>
# Leave empty for unauthenticated access (not recommended for production)
API_TOKEN=
# ─────────────────────────────────────────────────────────────────────────────
# RATE LIMITS (per IP per minute)
# ─────────────────────────────────────────────────────────────────────────────
# RATE_LIMIT_REPORT=1000 # Max domains per minute for /report
# RATE_LIMIT_QUERY=100 # Max requests per minute for /query
# RATE_LIMIT_EXPIRING=60 # Max requests per minute for /expiring