We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vitorpavinato/ncbi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•743 B
# NCBI API Configuration
# Copy this file to .env and fill in your actual values
# Your email address (optional but recommended)
# This helps NCBI track usage and provide better support
NCBI_EMAIL=your.email@university.edu
# Your NCBI API key (optional but recommended for higher rate limits)
# Get your API key from: https://www.ncbi.nlm.nih.gov/account/settings/
NCBI_API_KEY=your_api_key_here
# Redis Configuration (for Docker Compose)
# Leave as-is for default Docker setup, or modify for external Redis
REDIS_URL=redis://redis:6379/0
# Logging Configuration (optional)
LOG_LEVEL=INFO
# Rate Limits:
# - Without API key: 3 requests/second
# - With API key: 10 requests/second
# - With API key + email: Higher limits for bulk requests