opik MCP Server
opik is a Python MCP server for Cursor, VS Code with uvx/pip, docker, git clone. Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards.
Decision snapshot
Is this a fit?
Connecting agents to external tools and data, Integrations workflows, Coding workflows, Data workflows
Cursor, VS Code, Python, Node.js, Go
Can write or update data, API key required authentication, Write actions, Database access
uvx/pip, docker, git clone, Hosted or remote
2 days ago · Apache-2.0 license
Confirm write permissions and scope before use. Requires Python. Requires Node.js.
How to use opik MCP Server
Install or run
pip install opikClient configuration
{
"mcpServers": {
"GitHub": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"-e",
"GITHUB_TOOLSETS=repos,pull_requests,issues",
"ghcr.io/github/github-mcp-server"
],
"envFile": "${workspaceFolder}/.env.local"
},
"slack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SLACK_MCP_XOXP_TOKEN",
"-e", "LOG_LEVEL=error",
"-e",
"SLACK_MCP_ADD_MESSAGE_TOOL=true",
"ghcr.io/korotovsky/slack-mcp-server:latest",
"mcp-server",
"--transport",
"stdio"
],
"envFile": "${workspaceFolder}/.env.local"
},
"Jira-Headless": {
"command": "uvx",
"args": ["mcp-atlassian"],
"envFile": "${workspaceFolder}/.env.local"
},
"Notion": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.notion.com/mcp"],
"env": {}
},
"Sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server@latest"],
"envFile": "${workspaceFolder}/.env.local"
},
"Playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"],
"env": {}
},
"chrome-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
},
"playwright-test": {
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
],
"cwd": "${workspaceFolder}/tests_end_to_end/e2e"
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7Compatible clients
What is opik MCP Server?
opik is a Python MCP server for Cursor, VS Code with uvx/pip, docker, git clone. Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Tool access support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Available tools
Compatibility and setup
Install or run opik using uvx/pip. Check comet-ml/opik for the latest setup command.
- Built for Python
- Built for Node.js
- Built for Go
- Built for Rust
- Install or run with uvx/pip
- Install or run with docker
- Install or run with git clone
- Works with Cursor
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use opik MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Alternatives and related profiles
Frequently asked questions
What is opik?
opik is a Python MCP server for Cursor, VS Code with uvx/pip, docker, git clone. Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards.
Who is opik best for?
opik is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, cursor users.
How do I install opik?
Install or run opik using uvx/pip. Check opik for the latest setup command.
Is opik actively maintained?
opik may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.