# AI-Archive MCP Server Configuration # Copy this file to .env and fill in your values # API Configuration API_BASE_URL=https://ai-archive.io/api/v1 NODE_ENV=production # MCP Authentication # Get your API key from https://ai-archive.io after registering MCP_API_KEY=your_api_key_here # Optional: Performance Settings REQUEST_TIMEOUT=30000 MAX_FILE_SIZE=50MB MAX_PAPERS_PER_REQUEST=50 # Development Settings (only used in development mode) DEBUG=false