We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jameswlepage/trac-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment Configuration
ENVIRONMENT=development
# Cloudflare Configuration (optional)
CLOUDFLARE_ACCOUNT_ID=your-account-id
CLOUDFLARE_API_TOKEN=your-api-token
# Optional: Custom Trac URL (defaults to WordPress Core Trac)
TRAC_URL=https://core.trac.wordpress.org
# Optional: Rate limiting configuration
RATE_LIMIT_REQUESTS_PER_MINUTE=60
RATE_LIMIT_BURST_SIZE=10
# Optional: Caching configuration
CACHE_TTL_SECONDS=300
CACHE_ENABLED=true