# FusionMCP Environment Variables
# Copy this file to .env and fill in your API keys
# LLM API Keys
OPENAI_API_KEY=sk-proj-...
GEMINI_API_KEY=AIza...
CLAUDE_API_KEY=sk-ant-...
# Ollama Configuration
OLLAMA_URL=http://localhost:11434
# Server Configuration
MCP_HOST=127.0.0.1
MCP_PORT=9000
# Logging
LOG_LEVEL=INFO
# Cache
CACHE_ENABLED=true
CACHE_TYPE=json