← Back to Plugins
MCP Server MCP

Opik MCP Server

github By github 👁 1 views ▲ 0 votes

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "opik-mcp",
      "version": "2.0.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Automatically confirm npm prompts when installing.",
          "type": "named",
          "name": "-y"
        }
      ],
      "environmentVariables": [
        {
          "description": "API key from your Opik workspace for authenticating SDK calls.",
          "isRequired": true,
          "isSecret": true,
          "name": "OPIK_API_KEY"
        },
        {
          "description": "Override the API base URL when using a self-hosted Opik deployment.",
          "placeholder": "http://localhost:5173/api",
          "name": "OPIK_API_BASE_URL"
        },
        {
          "description": "Default workspace to scope prompt and trace operations.",
          "placeholder": "my-workspace",
          "name": "OPIK_WORKSPACE_NAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...