Skip to content
Cursor

SAGE — Solver-Augmented Grounding Engine for Cursor

io.github.pragnakar/sage-solver-mcp

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

client:Cursor transport:stdio runtime:pypi

Install SAGE — Solver-Augmented Grounding Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sage-solver-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sage-solver-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SAGE — Solver-Augmented Grounding Engine in other clients