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.
Create, list, update, and delete prompts.
Organize and manage projects.
Track and analyze trace data.
Gather and query metrics data.
{
"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"
}
}
}
}