Skip to content
Grok

SAGE — Solver-Augmented Grounding Engine for Grok

io.github.pragnakar/sage-solver-mcp

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

client:Grok transport:stdio runtime:pypi

Install SAGE — Solver-Augmented Grounding Engine in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SAGE — Solver-Augmented Grounding Engine in other clients