.env.example•728 B
# MCP Environment & Installation Manager
# This file serves as a template for required environment variables
# Copy this file to .env to set the variables for local development
# For production, set these environment variables in your deployment environment
# Encryption key for sensitive environment variables
# Generate a secure random key with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
MCP_ENV_ENCRYPTION_KEY=
# Storage directory for environment variables and profiles
# Default: ~/.mcp-env-manager
# MCP_ENV_STORAGE_DIR=
# Logger level (debug, info, warn, error)
# Default: info
# LOG_LEVEL=info
# Server settings when running in SSE mode
# Port to listen on (default: 3000)
# PORT=3000