{"name":"Opik MCP Server: Seamless IDE Integration for AI Model Context","description":"The Opik MCP Server provides a Model Context Protocol (MCP) implementation for Opik, enabling seamless integration with various IDEs. It offers a unified interface for managing prompt lifecycles, exploring workspaces, projects, and traces, and handling metrics and dataset operations. This server enhances developer workflows by centralizing access to critical AI development resources.","github":"https://github.com/comet-ml/opik-mcp","url":"https://osrepos.com/repo/comet-ml-opik-mcp","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/comet-ml-opik-mcp","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/comet-ml-opik-mcp.md","json":"https://osrepos.com/repo/comet-ml-opik-mcp.json","topics":["generative-ai","mcp-server","modelcontextprotocol","typescript","AI Development Tools","IDE Integration"],"keywords":["generative-ai","mcp-server","modelcontextprotocol","typescript","AI Development Tools","IDE Integration"],"stars":null,"summary":"The Opik MCP Server provides a Model Context Protocol (MCP) implementation for Opik, enabling seamless integration with various IDEs. It offers a unified interface for managing prompt lifecycles, exploring workspaces, projects, and traces, and handling metrics and dataset operations. This server enhances developer workflows by centralizing access to critical AI development resources.","content":"## Introduction\n\nThe Opik MCP Server, developed by Comet ML, is a crucial component for integrating Opik with your favorite IDEs. It implements the Model Context Protocol (MCP), providing a standardized way to access and manage AI development resources directly within your development environment. This server supports both local stdio and remote streamable-http transports, offering flexibility for various setups.\n\n## Installation\n\nTo get started with Opik MCP Server, you can quickly run it using `npx`.\n\nbash\n# For Opik Cloud\nnpx -y opik-mcp --apiKey YOUR_API_KEY\n\n\nFor self-hosted Opik instances, remember to pass the `--apiUrl` argument (e.g., `http://localhost:5173/api`) and use your local authentication strategy.\n\n## Examples\n\nIntegrating Opik MCP Server into your development workflow is straightforward. Here are examples for popular MCP-compatible clients:\n\n**Cursor (`.cursor/mcp.json`):**\n\n\n{\n  \"mcpServers\": {\n    \"opik\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"opik-mcp\", \"--apiKey\", \"YOUR_API_KEY\"]\n    }\n  }\n}\n\n\n**VS Code / GitHub Copilot (`.vscode/mcp.json`):**\n\n\n{\n  \"inputs\": [\n    {\n      \"type\": \"promptString\",\n      \"id\": \"opik-api-key\",\n      \"description\": \"Opik API Key\",\n      \"password\": true\n    }\n  ],\n  \"servers\": {\n    \"opik-mcp\": {\n      \"type\": \"stdio\",\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"opik-mcp\", \"--apiKey\", \"${input:opik-api-key}\"]\n    }\n  }\n}\n\n\n## Why Use It\n\nThe Opik MCP Server streamlines AI development by providing a single, unified interface for several critical operations:\n\n*   **Prompt Lifecycle Management:** Efficiently manage and track the evolution of your prompts.\n*   **Workspace, Project, and Trace Exploration:** Easily navigate and understand your AI projects, experiments, and execution traces.\n*   **Metrics and Dataset Operations:** Access and manage performance metrics and datasets directly from your IDE.\n*   **MCP Resources and Resource Templates:** Utilize metadata-aware flows for enhanced development.\n\nThis centralized access significantly improves productivity and consistency across your AI projects.\n\n## Links\n\n*   GitHub Repository: [https://github.com/comet-ml/opik-mcp](https://github.com/comet-ml/opik-mcp)\n*   Website: [https://www.comet.com/site/products/opik/?from=llm&utm_source=opik&utm_medium=github&utm_content=website_button&utm_campaign=opik](https://www.comet.com/site/products/opik/?from=llm&utm_source=opik&utm_medium=github&utm_content=website_button&utm_campaign=opik)\n*   Slack Community: [https://chat.comet.com](https://chat.comet.com)\n*   Twitter: [https://x.com/Cometml](https://x.com/Cometml)\n*   Documentation: [https://www.comet.com/docs/opik/?from=llm&utm_source=opik&utm_medium=github&utm_content=docs_button&utm_campaign=opik](https://www.comet.com/docs/opik/?from=llm&utm_source=opik&utm_medium=github&utm_content=docs_button&utm_campaign=opik)","metrics":{"detailViews":3,"githubClicks":5},"dates":{"published":null,"modified":"2026-03-28T08:30:10.000Z"}}