Comet Opik

Comet Opik

Query and analyze your Opik logs, traces, prompts and all other telemetry data from your LLMs in natural language.

186
Stars
29
Forks
0
Releases

Overview

Opik MCP Server is an open-source implementation of the Model Context Protocol for the Opik platform. It provides a unified interface for interacting with Opik's capabilities, supporting multiple transport mechanisms to enable flexible integration into diverse environments. The server is designed to facilitate IDE integration (notably with Cursor) and offers a standardized API to access Opik features via different transports, such as standard input/output and Server-Sent Events (SSE, experimental). It aims to support platform management tasks by exposing a consistent interface for prompts, projects/workspaces, traces, and metrics. The Quick Start and documentation describe running the server in stdio mode by default, or SSE for network access (experimental), with configuration via a .env file. The project supports integration examples and IDE workflows, and emphasizes a multi-transport approach while noting SSE transport as experimental. Overall, Opik MCP Server enables unified access to Opik capabilities through a shared MCP interface suitable for IDEs and other tooling.

Details

Owner
comet-ml
Language
TypeScript
License
Apache License 2.0
Updated
2025-12-07

Features

Prompts Management

Create, list, update, and delete prompts

Projects/Workspaces Management

Organize and manage projects

Traces

Track and analyze trace data

Metrics

Gather and query metrics data

Tags

OpikMCPModel Context ProtocolPrompts ManagementProjects/Workspaces ManagementTracesMetricsIDE IntegrationCursorTransport: stdioTransport: SSEOpen-source