★ 199 stars
TypeScript
🔌 API Integration
Updated 1mo ago
Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"comet-ml/opik-mcp"
]
}
}
}
Run in terminal:
claude mcp add opik-mcp npx -y comet-ml/opik-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"comet-ml/opik-mcp"
]
}
}
}
Topics
generative-aimcp-servermodelcontextprotocoltypescript