All MCP servers

Opik MCP Server

Official
by Api.AirforcestdioAI & LLM Tools0208Apache-2.0

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

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "opik-mcp-server-impa0190": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}