tuiml

tuiml/tuiml
★ 1 stars Python 🤖 AI/LLM Updated today
An open-source agentic ML ecosystem with a clean Python API, MCP server for AI agents, and a community Hub
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tuiml": {
      "command": "uvx",
      "args": [
        "tuiml"
      ]
    }
  }
}

Or install with pip: pip install tuiml

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/tuiml/tuiml/main/tuiml_logo.png" alt="TuiML Logo" width="320"> </p> <p align="center"><strong>Machine Learning that agents can actually call.</strong></p> <p align="center"> TuiML is an agent-native ML runtime. Install, connect to your AI agent, and start running real ML workflows &mdash; classification, regression, clustering, experiments &mdash; all from one structured interface.