Loading...
npm install
npm{
"mcpServers": {
"opik": {
"command": "npx",
"args": [
"-y",
"opik-mcp",
"--apiKey",
"YOUR_API_KEY"
]
}
}
}createPromptCreates a new prompt within the Opik platform.
Adds new prompts, potentially impacting LLM behavior.
listPromptsLists existing prompts in the Opik platform.
Read-only operation, no side effects.
updatePromptUpdates an existing prompt within the Opik platform.
Modifies prompt content, which can significantly alter LLM behavior.
deletePromptDeletes a prompt from the Opik platform.
Removes prompts, potentially disrupting workflows.
createProjectCreates a new project/workspace within the Opik platform.
Adds a new project, affecting organization.
manageTracesTracks and analyzes trace data within the Opik platform.
Primarily a read operation for analyzing existing data.
gatherMetricsGathers and queries metrics data within the Opik platform.
Read-only access to metrics data.
Opik MCP Server is relatively safe when used with strong API key management. The risk is moderate due to the write capabilities and potential for unauthorized access if the API key is compromised. Exercise caution with the experimental SSE transport.