# RAVERSE MCP Server Configuration # NOTE: This file is auto-generated by the setup wizard or automated installer on first run # Do NOT edit this file manually - run the setup wizard or installer instead # Server Settings SERVER_NAME=jaegis-raverse-mcp-server SERVER_VERSION=1.0.5 LOG_LEVEL=INFO # Database Settings # Generated by setup wizard - replace with your actual PostgreSQL connection string # Format: postgresql://username:password@host:port/database DATABASE_URL=postgresql://raverse_user_XXXXX:generated_password@localhost:5432/raverse DATABASE_POOL_SIZE=10 DATABASE_MAX_OVERFLOW=20 # Redis Settings # Generated by setup wizard - replace with your actual Redis connection string # Format: redis://:password@host:port/database REDIS_URL=redis://:generated_password@localhost:6379/0 REDIS_TIMEOUT=5 # LLM Settings # Get your OpenRouter API key from: https://openrouter.ai/keys LLM_API_KEY=sk-or-v1-your_api_key_here LLM_PROVIDER=openrouter LLM_MODEL=meta-llama/llama-3.1-70b-instruct LLM_TIMEOUT=30 # Embeddings Settings EMBEDDINGS_MODEL=all-MiniLM-L6-v2 EMBEDDINGS_DIMENSION=384 # Feature Flags ENABLE_BINARY_ANALYSIS=true ENABLE_WEB_ANALYSIS=true ENABLE_KNOWLEDGE_BASE=true ENABLE_INFRASTRUCTURE=true # Performance Settings MAX_CONCURRENT_TASKS=10 CACHE_TTL_SECONDS=3600 REQUEST_TIMEOUT_SECONDS=60