# Zulip MCP Server Configuration
# Copy this file to .env and fill in your actual values
# Your Zulip server URL (include https://)
ZULIP_URL=https://your-org.zulipchat.com
# Your Zulip email/username
ZULIP_EMAIL=your-bot@your-org.zulipchat.com
# Your Zulip API key (get this from your Zulip settings)
ZULIP_API_KEY=your_api_key_here
# Optional: Enable debug logging
# DEBUG=true