Servers
Opik Mcp
@comet-ml
Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uvx",
"opik-mcp"
]
}
}
}