# Context Engineering MCP - Environment Configuration # Copy this file to .env and fill in your values # =========================================== # Gemini API Configuration (Required) # =========================================== GEMINI_API_KEY=your_gemini_api_key_here # =========================================== # GitHub Configuration (Optional) # =========================================== GITHUB_TOKEN=your_github_token_here GITHUB_REPOSITORY=owner/repo # =========================================== # Server Configuration # =========================================== HOST=0.0.0.0 PORT=8888 # Context API Port CONTEXT_API_PORT=8001 # Workflow API Port WORKFLOW_API_PORT=8002 # =========================================== # MCP Server Configuration # =========================================== MCP_SERVER_PORT=3000 # =========================================== # Logging Configuration # =========================================== LOG_LEVEL=INFO # =========================================== # Development Settings # =========================================== DEBUG=false RELOAD=true