Metadata-Version: 2.4
Name: sage-solver-mcp
Version: 0.1.3
Summary: SAGE MCP server — local MCP server exposing optimization tools to LLMs via Claude Desktop
Project-URL: Homepage, https://github.com/pragnakar/sage
Project-URL: Repository, https://github.com/pragnakar/sage
Project-URL: Bug Tracker, https://github.com/pragnakar/sage/issues
Author-email: Pragnakar Pedapenki <pragnakar@gmail.com>
License: MIT
Keywords: claude,llm,mcp,operations-research,optimization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0
Requires-Dist: sage-solver-core>=0.1.3
Description-Content-Type: text/markdown

# sage-solver-mcp

mcp-name: io.github.pragnakar/sage-solver-mcp

Local MCP server for SAGE (Solver-Augmented Generation Engine).

Exposes optimization tools to Claude Desktop and other MCP-compatible LLM clients.

See the [monorepo root](../README.md) for full documentation and installation instructions.

## Privacy Policy

SAGE operates entirely on your local machine. It does not collect, transmit, or store any user data, file contents, or optimization models externally. All computation runs locally using open-source solvers (HiGHS, OR-Tools). No analytics, telemetry, or network requests are made. Files are only read from or written to paths you explicitly provide.
