# Example .env file for mcp-server-git
# Copy this file to .env and update with your actual values
# GitHub API Token for GitHub integration features
# Get your token from: https://github.com/settings/tokens
GITHUB_TOKEN=your_github_token_here
# Optional: Custom GitHub API base URL (for GitHub Enterprise)
# GITHUB_API_BASE_URL=https://api.github.com
# Optional: Log level for debugging
# LOG_LEVEL=INFO
# Security Configuration (for strict mode enforcement)
# GPG signing key ID (auto-detected if not specified)
# Get your key ID with: gpg --list-secret-keys --keyid-format=LONG
GPG_SIGNING_KEY=your_gpg_key_id_here
# Git user configuration (used when not already configured)
GIT_USER_NAME=Your Name
GIT_USER_EMAIL=your.email@example.com