Opik Mcp

data-ai MCP Server

Model Context Protocol (MCP) server for Opik, the open-source LLM observability and evaluation platform, built by Comet. Read traces, log scores, and manage prompts from Claude Code, Cursor, or VS Code.

FreshInstall Ready
data-aidata-ai
3 views221 stars36 forksApache-2.0

Why This Matters

Discovered via unknown and last synced 3d ago.

FreshInstall Ready
Source
unknown
Stars
221
Last synced
3d ago
Install
Instructions detected

Install

1. Install the package

uvx opik-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "opik-mcp": {
      "command": "uvx",
      "args": [
        "opik-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

32
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (32)

Tool

Purpose

Operation

What it does

Variable

Default

OPIK_WORKSPACE

_unset_

COMET_WORKSPACE

—

COMET_WORKSPACE_ID

_unset_

COMET_URL_OVERRIDE

`https://www.comet.com`

OPIK_URL

derived from `COMET_URL_OVERRIDE` + `/opik/api`

OPIK_DEFAULT_PROJECT_NAME

_unset_

OPIK_MCP_TRANSPORT

`stdio`

OPIK_MCP_HOST

`127.0.0.1`

OPIK_MCP_PORT

`8080`

OPIK_MCP_RELOAD

`false`

OPIK_MCP_AS_URL

_unset_

OPIK_MCP_RESOURCE_URI

_unset_

OPIK_MCP_LOG_LEVEL

`INFO`

OPIK_MCP_ANALYTICS_ENABLED

`true`

Scenario

Transport

OPIK_MCP_AUTO_APPROVE

`enabled`

OPIK_MCP_ANALYTICS_URL

`https://stats.comet.com/notify/event/`

OPIK_MCP_ANALYTICS_SOURCE

`comet.com`

OPIK_MCP_ELICIT_TIMEOUT_SECONDS

`60`

OPIK_MCP_ANALYTICS_CONNECT_TIMEOUT_S

`5.0`

OPIK_MCP_POD_READY_TIMEOUT_S

`120`

OPIK_MCP_ANALYTICS_TOTAL_TIMEOUT_S

`10.0`

OPIK_MCP_POD_READY_INTERVAL_S

`2`

Target

What it does

OPIK_MCP_HEARTBEAT_INTERVAL_S

`15.0`

OPIK_MCP_STREAM_IDLE_TIMEOUT_S

`300.0`

OPIK_MCP_ANALYTICS_ENVIRONMENT

`prod`

read_skill

Read one of the Opik agent skills bundled with this server

OPIK_MCP_OAUTH_VALIDATION_CACHE_TTL_S

`30`