MCP EVM Signer

# Infura API key for accessing Ethereum networks INFURA_API_KEY=your_infura_api_key_here # Default network to use (mainnet, goerli, sepolia, etc.) DEFAULT_NETWORK=sepolia # Password for encrypting/decrypting the stored keys # Only required if ENCRYPT_KEYS=true KEY_PASSWORD=your_secure_password_here # Whether to encrypt stored keys ENCRYPT_KEYS=true # Path to keys storage directory (relative to server root) KEYS_PATH=./keys