# Example .env file for Gemini MCP Server # Copy this to .env and update with your actual values # Your Gemini API key (required) # Get one from: https://makersuite.google.com/app/apikey GEMINI_API_KEY=your-gemini-api-key-here # Docker-specific environment variables (optional) # These are set automatically by the Docker setup scripts # You typically don't need to set these manually # WORKSPACE_ROOT: Used for Docker path translation # Automatically set when using Docker wrapper scripts # Example: /Users/username/my-project (macOS/Linux) # Example: C:\Users\username\my-project (Windows) # WORKSPACE_ROOT=/path/to/your/project # MCP_PROJECT_ROOT: Restricts file access to a specific directory # If not set, defaults to user's home directory # Set this to limit file access to a specific project folder # MCP_PROJECT_ROOT=/path/to/allowed/directory