Sponsored by Deepsite.site, Most Affordable AI Code Agent Powered by DeepSeek.
A Model Context Protocol (MCP) server providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). Built on the gurddy optimization library, it supports solving a variety of classic problems through two MCP transports: stdio (for IDE integration) and HTTP/SSE (for web clients). ๐ Quick Start (Stdio): pip install gurddy_mcp then configure in your IDE ๐ Quick Start (HTTP): docker run -p 8080:8080 gurddy-mcp or see deployment guide ๐ฆ PyPI Package: https://pypi.org/project/gurddy_mcp