.env.example•749 B
# GitHub MCP Environment Configuration
# GitHub Token - REQUIRED
# Create a token with appropriate scopes for Enterprise Access
GITHUB_TOKEN=your_github_token_here
# GitHub Enterprise Base URL - REQUIRED
# The base URL to your GitHub Enterprise, without trailing slash or specific endpoints
# Example: https://api.github.com/enterprises/your-enterprise-name
GITHUB_ENTERPRISE_URL=https://api.github.com/enterprises/your-enterprise-name
# Transport Mode (Optional)
# Options: stdio, sse
# Use 'sse' for Docker containerized deployments
# Default: stdio
TRANSPORT=sse
# Server Settings (Only used for SSE transport)
PORT=8050
HOST=0.0.0.0
# Logging Level (Optional)
# Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
# Default: INFO
LOG_LEVEL=INFO