.env.example•505 B
# Agentic MCP Server Environment Variables
# GitHub Personal Access Token
# Required permissions: repo, workflow, issues, pull_requests
GITHUB_TOKEN=ghp_your_github_token_here
# Anthropic API Key (Claude AI)
ANTHROPIC_API_KEY=sk-ant-your_anthropic_api_key_here
# GitHub Repository (owner/repo format)
GITHUB_REPOSITORY=ShunsukeHayashi/ai-course-content-generator-v.0.0.1
# Repository local path (optional, defaults to cwd)
GITHUB_REPOSITORY_PATH=/Users/shunsuke/Dev/ai-course-content-generator-v.0.0.1