Opik MCP Server for Zed
io.github.comet-ml/opik-mcp
Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.
client:Zed
transport:stdio
runtime:npm
Install Opik MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs