jaot

avallavall/jaot
★ 0 stars Python AI/LLM Updated today
Open optimization platform & marketplace — build, buy & automate optimization models. Solver-agnostic (SCIP/HiGHS), RAG formulation assistant, MCP server. FastAPI + Next.js.
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": {
    "jaot": {
      "command": "uvx",
      "args": [
        "jaot"
      ]
    }
  }
}

Or install with pip: pip install jaot

README Excerpt

**A self-hostable optimization platform.** Describe a problem in natural language or JSON, get the optimal solution back — no solver expertise required. Build models with an AI assistant, share them in a marketplace, expose them to AI agents over MCP, or just hit the REST API. --- JAOT wraps industrial MIP/LP solvers (SCIP, HiGHS) behind a multi-tenant API,

Topics

fastapihighslinear-programmingmcpnextjsoperations-researchoptimizationscipself-hosted