# Development Environment Variables
# Copy this file to .env and fill in your actual values for local development
# Required for AI features
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Optional OpenRouter configuration
OPENROUTER_DEFAULT_MODEL=anthropic/claude-3.5-sonnet
OPENROUTER_MAX_TOKENS=2000
OPENROUTER_TEMPERATURE=0.7
# Large Context Configuration (for context engine POC)
OPENROUTER_LARGE_CONTEXT_MODEL=google/gemini-2.5-pro
OPENROUTER_LARGE_CONTEXT_MAX_TOKENS=1000000
OPENROUTER_LARGE_CONTEXT_TEMPERATURE=0.1
# Optional MCP server integrations (currently all enabled servers work without additional API keys)
# GITHUB_TOKEN=your_github_personal_access_token_here # (GitHub server is disabled)
# SEMGREP_APP_TOKEN=your_semgrep_app_token_here # (Semgrep server is disabled)
# Optional Slack integration (if enabled)
# SLACK_BOT_TOKEN=your_slack_bot_token_here
# SLACK_APP_TOKEN=your_slack_app_token_here
# Development settings
LOG_LEVEL=info
NODE_ENV=development
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/Phoenixrr2113/Orchestrator-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server