fine-tuning-os

Casius999/fine-tuning-os
★ 0 stars Python AI/LLM Updated 4d ago
Zero-Data fine-tuning operations MCP server - 64 tools for the full LLM fine-tuning delivery lifecycle, callable by Claude Code
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fine-tuning-os": {
      "command": "uvx",
      "args": [
        "fine-tuning-os"
      ]
    }
  }
}

Or install with pip: pip install fine-tuning-os

Topics

ai-engineeringclaudefine-tuningllmmcpmodel-context-protocolpythonzero-data