MCP Chat Analysis Server

# Example environment variables for Chat Analysis MCP Server # Copy this file to .env and update with your values # Neo4j Configuration NEO4J_URL=bolt://localhost:7687 NEO4J_USER=neo4j NEO4J_PASSWORD=your-password # Qdrant Configuration QDRANT_URL=http://localhost:6333 QDRANT_API_KEY= # Embedding Model Configuration EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 DEVICE=cpu BATCH_SIZE=32 MAX_LENGTH=512 # Logging Configuration LOG_LEVEL=INFO LOG_FILE=logs/chat-analysis.log