GitHub Projects MCP Server

# GitHub Authentication # Create a Personal Access Token with repo and project scopes at: # https://github.com/settings/tokens GITHUB_TOKEN=your_github_personal_access_token # Server Configuration PORT=3000 NODE_ENV=development