tuning engines for Cursor
io.github.cerebrixos/tuning-engines
Domain-specific LLM fine-tuning — sovereign models trained on your data, zero infrastructure.
client:Cursor
transport:stdio
runtime:npm
Install tuning engines in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tuning-engines": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tuningengines-cli"
],
"env": {
"TE_API_KEY": "<TE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs