tuning engines for Grok
io.github.cerebrixos/tuning-engines
Domain-specific LLM fine-tuning — sovereign models trained on your data, zero infrastructure.
client:Grok
transport:stdio
runtime:npm
Install tuning engines in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tuning-engines": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tuningengines-cli"
],
"env": {
"TE_API_KEY": "<TE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs