# OpenRouter API Configuration
# Get your API key from https://openrouter.ai/keys
OPENROUTER_API_KEY=your-openrouter-api-key-here
# Optional: App name for request tracking (shows up in OpenRouter dashboard)
OPENROUTER_APP_NAME=openrouter-mcp
# Optional: HTTP referer for request tracking
OPENROUTER_HTTP_REFERER=https://localhost
# Server Configuration
HOST=localhost
PORT=8000
LOG_LEVEL=info
# Development/Testing Configuration (optional)
# OPENROUTER_BASE_URL=https://openrouter.ai/api/v1