Opik MCP Server

Official
# Opik API Configuration # Copy this file to .env and fill in your actual values # API Configuration OPIK_API_BASE_URL="https://comet.com/opik/api" # For cloud version # OPIK_API_BASE_URL="http://localhost:5173/api" # For self-hosted version # Authentication OPIK_API_KEY="your-api-key-here" # Cloud-specific (can be omitted for self-hosted) OPIK_WORKSPACE_NAME="your-workspace-name" # Deployment type OPIK_SELF_HOSTED="false" # Set to "true" for self-hosted # Testing # Set to "true" to enable verbose logging DEBUG_MODE="false"