OpenTrain for Zed
io.github.opentrain-ai/opentrain
Hire human data labelers, RLHF annotators, and evaluators from your coding agent.
client:Zed
transport:stdio
runtime:npm
Install OpenTrain in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"opentrain": {
"command": "npx",
"args": [
"-y",
"@opentrain-ai/mcp"
],
"env": {
"OPENTRAIN_PERSONAL_API_TOKEN": "<OPENTRAIN_PERSONAL_API_TOKEN>",
"OPENTRAIN_API_BASE_URL": "<OPENTRAIN_API_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs