# Environment variables for Enhanced Onyx MCP Server
# GitHub Personal Access Token (optional but recommended)
# Get one from: https://github.com/settings/tokens
# Permissions needed: public_repo (for public repositories)
GITHUB_TOKEN=your_github_token_here
# Example of how to add other environment variables
# DEBUG=true
# MAX_CRAWL_LIMIT=50