Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.
2.3K
13 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
add-trace-feedback | Add feedback scores to a trace for quality evaluation and monitoring. Useful for rating trace quality, relevance, or custom metrics |
create-project | Create a new project |
create-prompt | Create a new prompt |
get-prompt-version | Retrieve a specific version of a prompt |
get-prompts | Get a list of prompts with optional filtering |
get-trace-by-id | Get detailed information about a specific trace including input, output, metadata, and timing information |
get-trace-stats | Get aggregated statistics for traces including counts, costs, token usage, and performance metrics over time |
get-trace-threads | Get trace threads (conversation groupings) to view related traces that belong to the same conversation or session |
list-projects | Get a list of projects with optional filtering |
list-traces | Get a list of traces from a project. Use this for basic trace retrieval and overview |
opik-integration-docs | Provides detailed documentation on how to integrate Opik with your LLM application |
save-prompt-version | Save a new version of a prompt |
search-traces | Advanced search for traces with complex filtering and query capabilities |
Manual installation
You can install the MCP server using:
Installation for