# 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"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/comet-ml/opik-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server