.env.example•1.26 kB
# MCP Server Environment Configuration
#
# Copy this file to .env and configure with your actual values
# NEVER commit .env files with actual API keys to version control
# ============================================================================
# Server Configuration (Optional)
# ============================================================================
# Log level for debugging (debug, info, warn, error)
# LOG_LEVEL=info
# Server port (if applicable)
# PORT=3000
# ============================================================================
# API Keys and External Services (Optional)
# ============================================================================
# Add your API keys here as needed
# OPENAI_API_KEY=your_openai_api_key_here
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
# ============================================================================
# Security Best Practices
# ============================================================================
# 1. Never commit this file with actual values to version control
# 2. Use strong, unique API keys
# 3. Rotate API keys regularly
# 4. Monitor API usage and costs
# 5. Use read-only API keys when possible
# 6. Consider using a secrets management service in production