# GitHub API Configuration
GITHUB_TOKEN=your_github_personal_access_token_here
GITHUB_OWNER=your_github_username_or_org_name
GITHUB_REPO=your_repository_name
# E2E Test Configuration
# Token must have the following permissions:
# - repo (full)
# - project (full)
# - workflow
#
# Required scopes:
# - repo
# - write:org
# - project
# - admin:org
# Note: For E2E tests, it's recommended to use a dedicated test repository
# to avoid interfering with production data
# AI Provider Configuration
# At least one API key is required for AI functionality
ANTHROPIC_API_KEY=your_anthropic_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
PERPLEXITY_API_KEY=your_perplexity_api_key_here
# AI Model Configuration
# Specify which models to use for different tasks
AI_MAIN_MODEL=claude-3-5-sonnet-20241022
AI_RESEARCH_MODEL=perplexity-llama-3.1-sonar-large-128k-online
AI_FALLBACK_MODEL=gpt-4o
AI_PRD_MODEL=claude-3-5-sonnet-20241022
# AI Task Generation Configuration
MAX_TASKS_PER_PRD=50
DEFAULT_COMPLEXITY_THRESHOLD=7
MAX_SUBTASK_DEPTH=3
AUTO_DEPENDENCY_DETECTION=true
AUTO_EFFORT_ESTIMATION=true
# GitHub AI Integration
AUTO_CREATE_PROJECT_FIELDS=true
AI_BATCH_SIZE=10
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HarshKumarSharma/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server