LogoSTMCP
Download
opik-mcp

Opik MCP Server

Opik MCP Server is an open-source Model Context Protocol implementation for the Opik platform, providing seamless IDE integration and unified API access to manage prompts, projects, traces, and metrics.

Tools

1. Prompts Management

Create, list, update, and delete prompts.

2. Projects/Workspaces Management

Organize and manage projects.

3. Traces

Track and analyze trace data.

4. Metrics

Gather and query metrics data.

Open Graph image for Opik MCP Server

JSON Config

{
  "mcpServers": {
    "opik": {
      "command": "/path/to/node",
      "args": [
        "/path/to/opik-mcp/build/index.js",
        "--apiUrl",
        "https://www.comet.com/opik/api",
        "--apiKey",
        "YOUR_API_KEY",
        "--workspace",
        "default",
        "--debug",
        "true"
      ],
      "env": {
        "OPIK_API_BASE_URL": "https://www.comet.com/opik/api",
        "OPIK_API_KEY": "YOUR_API_KEY",
        "OPIK_WORKSPACE_NAME": "default"
      }
    }
  }
}

Information