# OpenProject MCP Server Configuration Example
# Copy this file to .env and update with your actual values
# OpenProject instance URL
OPENPROJECT_BASE_URL=http://localhost:8090
# OpenProject API token (generate from OpenProject user profile)
OPENPROJECT_API_KEY=your-api-key-here
# Request timeout in seconds (optional, defaults to 30)
OPENPROJECT_TIMEOUT=30