Comet Opik icon

Comet Opik

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


MCP server config

Some properties in the config may need to be configured, depending on the MCP server.

{
    "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"
    }
}

This MCP server is community-built. Install and use responsibly.

How to configure MCP server

Zencoder now provides a streamlined way to manage your Agent Tools, including MCP servers, directly through the Agent Tools menu. This new interface makes it easier to discover, install, and manage your tools without having to edit configuration files manually.

Using Zencoder Agent Tools

1 Access Agent Tools

Click the three dots menu (⋮) → Select "Agent Tools"

2 Navigate Categories

Use these tabs to filter available tools:

  • "All" Shows all available tools
  • "Zencoder" Displays prebuilt tools created by Zencoder
  • "Custom" Shows your custom tools and MCPs
  • "MCP Library" Ready-made MCP servers for one-click installation

3 Install from Library

Add a pre-built MCP server:

  1. Go to the MCP Library tab
  2. Select desired MCP server
  3. Complete the configuration form
  4. Choose installation method if prompted
  5. Click the Install button

Details

Author

comet-ml

Categories

Code Review & Debugging Optimization & Maintenance