Opik MCP Server for Windsurf
io.github.comet-ml/opik-mcp
Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.
client:Windsurf
transport:stdio
runtime:npm
Install Opik MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"opik-mcp": {
"command": "npx",
"args": [
"-y",
"opik-mcp"
],
"env": {
"OPIK_API_KEY": "<OPIK_API_KEY>",
"OPIK_API_BASE_URL": "<OPIK_API_BASE_URL>",
"OPIK_WORKSPACE_NAME": "<OPIK_WORKSPACE_NAME>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs