Back to directory
comet-ml/opik-mcp

comet-ml/opik-mcp

@comet-ml

Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.

mcpopikllmobservabilitytracingpromptsevaluationide-integrationtool

Installation & Configuration

{
  "mcpServers": {
    "opik-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "opik-mcp"
      ],
      "env": {
        "OPIK_API_KEY": "<your-key>",
        "OPIK_WORKSPACE": "<your-workspace>"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/12