# Jira MCP Server Environment Configuration # Copy this file to .env and fill in your actual values # Jira Instance Configuration (for auto-configuration) JIRA_BASE_URL=https://your-company.atlassian.net JIRA_EMAIL=your-email@company.com JIRA_API_TOKEN=your-api-token-here # Optional: Default Project and Board Settings DEFAULT_PROJECT_KEY=PROJ DEFAULT_BOARD_ID=123 # Optional: Server Configuration # MCP_SERVER_PORT=3000 # LOG_LEVEL=info # Note: The server will automatically configure the Jira client on startup # if JIRA_BASE_URL, JIRA_EMAIL, and JIRA_API_TOKEN are set. # This is the recommended way to configure the server for Claude Desktop.