Opik MCP Server✓
io.github.comet-ml/opik-mcp · v2.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.comet-ml/opik-mcp",
"description": "Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.",
"title": "Opik MCP Server",
"repository": {
"url": "https://github.com/comet-ml/opik-mcp",
"source": "github"
},
"version": "2.0.1",
"websiteUrl": "https://comet-ml.github.io/opik-mcp/",
"icons": [
{
"src": "https://raw.githubusercontent.com/comet-ml/opik-mcp/refs/heads/main/docs/assets/logo-light-mode.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"theme": "light"
},
{
"src": "https://raw.githubusercontent.com/comet-ml/opik-mcp/refs/heads/main/docs/assets/logo-dark-mode.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"theme": "dark"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "opik-mcp",
"version": "2.0.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Automatically confirm npm prompts when installing.",
"type": "named",
"name": "-y"
}
],
"environmentVariables": [
{
"description": "API key from your Opik workspace for authenticating SDK calls.",
"isRequired": true,
"isSecret": true,
"name": "OPIK_API_KEY"
},
{
"description": "Override the API base URL when using a self-hosted Opik deployment.",
"placeholder": "http://localhost:5173/api",
"name": "OPIK_API_BASE_URL"
},
{
"description": "Default workspace to scope prompt and trace operations.",
"placeholder": "my-workspace",
"name": "OPIK_WORKSPACE_NAME"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}