Loading MCP server directory, please wait...
Fine-tune LLMs from your AI assistant. Submit jobs, manage models, and monitor costs.
npx @getmcp/cli add io.github.cerebrixos/tuning-enginesRequires Node.js 18+. Community-contributed server. Review source before installing.
TE_API_KEYYour Tuning Engines API key (starts with te_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cerebrixos/tuning-engines": {
"command": "npx",
"args": [
"-y",
"tuningengines-cli",
"mcp",
"serve"
],
"env": {
"TE_API_KEY": ""
}
}
}
}