Odel
SAGE — Solver-Augmented Grounding Engine

SAGE — Solver-Augmented Grounding Engine

Local
@pragnakarPythonMITUpdated 5mo ago

LLM-native optimization solver: LP, MIP, portfolio & scheduling via HiGHS/OR-Tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsage-solver-mcpv0.1.1

Run

uvx sage-solver-mcp

MCP client config

{
  "mcpServers": {
    "sage-solver-augmented-grounding-engine": {
      "command": "uvx",
      "args": [
        "sage-solver-mcp"
      ]
    }
  }
}