Catalog
io.github.OpenTrain-AI/opentrain
OfficialOpenTrain
Hire human data labelers, RLHF annotators, and evaluators from your coding agent.
Hire human data labelers and RLHF annotators for AI training tasks.
README not available yet.
Install
Configuration
Environment variables
OPENTRAIN_PERSONAL_API_TOKENsecretOpenTrain personal API token (ot_pat_...). Optional: if absent, the server can register an anonymous agent account at runtime for a human to claim.
OPENTRAIN_API_BASE_URLdefault https://app.opentrain.aiOpenTrain API base URL. Defaults to https://app.opentrain.ai.
claude_desktop_config.json
{
"mcpServers": {
"opentrain": {
"command": "npx",
"args": [
"-y",
"@opentrain-ai/mcp@0.2.2"
],
"env": {
"OPENTRAIN_PERSONAL_API_TOKEN": "<YOUR_OPENTRAIN_PERSONAL_API_TOKEN>",
"OPENTRAIN_API_BASE_URL": "https://app.opentrain.ai"
}
}
}
}