Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npm install
npmConfig
{
"mcpServers": {
"opik": {
"command": "npx",
"args": [
"-y",
"opik-mcp",
"--apiKey",
"YOUR_API_KEY"
]
}
}
}Exposed MCP Tools (7)
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.
Safety Assessment
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.
- Requires API key for authentication.
- Manages access to Opik platform features, not system-level resources.
- Provides a structured interface via MCP, limiting arbitrary actions.
- Supports project and prompt management, enabling organization and control.
- API key compromise could lead to unauthorized access.
- Write operations (create, update, delete) are supported.
- Lack of explicit RBAC beyond API key.
- Server-Sent Events (SSE) transport is experimental and may introduce vulnerabilities.
